Skip to content

Commit

Permalink
Update to use curl -L due to github changes
Browse files Browse the repository at this point in the history
  • Loading branch information
LordRalex committed Jan 29, 2016
1 parent 037dad4 commit 7ad35a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/templates/auto-deploy.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,9 @@ checkResponseCode

cd /srv/
if [ $OS_INSTALL_CMD == 'apt-get' ]; then
curl -o scales.tar.gz $scalesApt
curl -L -o scales.tar.gz $scalesApt
else
curl -o scales.tar.gz $scalesYum
curl -L -o scales.tar.gz $scalesYum
fi
checkResponseCode

Expand Down

0 comments on commit 7ad35a9

Please sign in to comment.