Skip to content
Snippets Groups Projects
Commit a5816b8a authored by mig5's avatar mig5 Committed by mig5
Browse files

update the check for an existing copy of provision to use the hyphenated...

update the check for an existing copy of provision to use the hyphenated version due to newer Drush, otherwise it goes ahead and blows away the existing copy
parent 7353df8b
No related branches found
No related tags found
No related merge requests found
......@@ -174,7 +174,7 @@ else
$DRUSH dl drush_make-$DRUSH_MAKE_VERSION --destination=$AEGIR_HOME/.drush
fi
if $DRUSH help | grep "^ provision install" > /dev/null ; then
if $DRUSH help | grep "^ provision-install" > /dev/null ; then
msg "Provision already seems to be installed"
else
msg "Installing provision backend in $AEGIR_HOME/.drush"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment