Skip to content

Commit 9a7a609

Browse files
committed
Merge pull request #99 from pantheon-systems/aliases
Had the wrong default file name. resolves #61
2 parents 404c4d4 + 668fa20 commit 9a7a609

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php/commands/sites.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ public function aliases($args, $assoc_args) {
207207
$user = new User();
208208
$print = Input::optional('print', $assoc_args, false);
209209
$json = \Terminus::get_config('json');
210-
$location = Input::optional('location', $assoc_args, getenv("HOME").'/.drush/pantheon.drushrc.php');
210+
$location = Input::optional('location', $assoc_args, getenv("HOME").'/.drush/pantheon.aliases.drushrc.php');
211211
$message = "Pantheon aliases updated.";
212212
if (!file_exists($location)) {
213213
$message = "Pantheon aliases created.";

0 commit comments

Comments
 (0)