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

Commit 80bddcd

Browse files
dafederacouch
authored andcommitted
Eliminate blank line at beginning of alias PHP file
1 parent e0ed310 commit 80bddcd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.ahoy/site/.scripts/drush.alias.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ cp -L ./assets/drush/aliases.local.php ~/.drush
33
name=$(ahoy utils name)
44
touch ~/.drush/$name.aliases.drushrc.php
55

6-
echo '
7-
<?php
6+
echo '<?php
87
// Added by NuCivic.
98
$aliases_local = realpath(dirname(__FILE__)) . "/aliases.local.php";
109
if (file_exists($aliases_local)) {

0 commit comments

Comments
 (0)