Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

Eliminate blank line at beginning of alias PHP file #491

Merged
merged 1 commit into from
Apr 11, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .ahoy/site/.scripts/drush.alias.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ cp -L ./assets/drush/aliases.local.php ~/.drush
name=$(ahoy utils name)
touch ~/.drush/$name.aliases.drushrc.php

echo '
<?php
echo '<?php
// Added by NuCivic.
$aliases_local = realpath(dirname(__FILE__)) . "/aliases.local.php";
if (file_exists($aliases_local)) {
Expand Down