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.
1 parent 404c4d4 commit 668fa20Copy full SHA for 668fa20
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