Skip to content
Snippets Groups Projects
Commit 3e35645c authored by Christopher Gervais's avatar Christopher Gervais
Browse files

Follow redirects when downloading Drush phars.

parent 7d1ce931
No related branches found
No related tags found
No related merge requests found
......@@ -71,7 +71,7 @@ case "$1" in
if [ -n "$DRUSH_PHAR_URL" ]; then
curl -Ss $DRUSH_PHAR_URL -o drush
curl -SsL $DRUSH_PHAR_URL -o drush
chmod +x drush
DRUSH_PATH="/usr/local/bin/drush"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment