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