Skip to content
This repository has been archived by the owner on Oct 26, 2022. It is now read-only.

Commit

Permalink
Merge pull request #53 from palantirnet/quoted-drush-arguments
Browse files Browse the repository at this point in the history
Fix for running drush php-eval and drush sql-query commands within the vagrant
  • Loading branch information
becw authored Jul 27, 2018
2 parents 49b266d + 98586dc commit 4e671a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/vagrant/provisioning/roles/drush/bin/drush
Original file line number Diff line number Diff line change
Expand Up @@ -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 "$@"

0 comments on commit 4e671a4

Please sign in to comment.