diff --git a/bin/utils b/bin/utils index 6d16aac..a6b4180 100755 --- a/bin/utils +++ b/bin/utils @@ -3,7 +3,7 @@ shopt -s extglob # The standard library. if [[ ! -f /tmp/stdlib.sh ]]; then - curl -s https://raw.githubusercontent.com/heroku/buildpack-stdlib/v2/stdlib.sh > /tmp/stdlib.sh + curl --retry 3 -s https://raw.githubusercontent.com/heroku/buildpack-stdlib/v2/stdlib.sh > /tmp/stdlib.sh fi source /tmp/stdlib.sh