diff --git a/conf/vagrant/provisioning/roles/drush/bin/drush b/conf/vagrant/provisioning/roles/drush/bin/drush index 441798a..313e426 100755 --- a/conf/vagrant/provisioning/roles/drush/bin/drush +++ b/conf/vagrant/provisioning/roles/drush/bin/drush @@ -21,6 +21,8 @@ fi if [ $REPO ] && [ -e $REPO/conf/drushrc.php ]; then DRUSH_FLAGS="-c $REPO/conf/drushrc.php" +elif [ $REPO ] && [ -e $REPO/drush/drushrc.php ]; then + DRUSH_FLAGS="-c $REPO/drush/drushrc.php" fi $THE_DRUSH $DRUSH_FLAGS $@