From 6b5997a94580ef9a6ce9c7bf5f4cdfd50fda085c Mon Sep 17 00:00:00 2001 From: Bec White Date: Thu, 11 Oct 2018 10:41:02 -0500 Subject: [PATCH] Update name of drush aliases directory downloaded from Acquia. --- conf/drushrc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/drushrc.php b/conf/drushrc.php index 887d7b78..62f1225b 100644 --- a/conf/drushrc.php +++ b/conf/drushrc.php @@ -14,7 +14,7 @@ $options['root'] = "{$repo}/${drupal.root}"; $options['uri'] = "${drupal.uri}"; $options['include'] = "{$repo}/artifacts/acquiacloud/.drush"; - $options['alias-path'] = "{$repo}/artifacts/acquiacloud/.drush"; + $options['alias-path'] = "{$repo}/artifacts/acquia-cloud.drush-aliases/.drush"; } /**