We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 404c4d4 + 668fa20 commit 9a7a609Copy full SHA for 9a7a609
php/commands/sites.php
@@ -207,7 +207,7 @@ public function aliases($args, $assoc_args) {
207
$user = new User();
208
$print = Input::optional('print', $assoc_args, false);
209
$json = \Terminus::get_config('json');
210
- $location = Input::optional('location', $assoc_args, getenv("HOME").'/.drush/pantheon.drushrc.php');
+ $location = Input::optional('location', $assoc_args, getenv("HOME").'/.drush/pantheon.aliases.drushrc.php');
211
$message = "Pantheon aliases updated.";
212
if (!file_exists($location)) {
213
$message = "Pantheon aliases created.";
0 commit comments