Skip to content

Commit

Permalink
Fix curl
Browse files Browse the repository at this point in the history
  • Loading branch information
gschueler committed Oct 28, 2011
1 parent 3f3f4aa commit 67e992c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _sitebuild.sh
Expand Up @@ -34,7 +34,7 @@ fi

pushd /tmp

curl -L -o "/tmp/$JAR_NAME" $CURL_OPTS $JAR_URL || fail "Unable to download $JAR_URL"
curl -f -L -o "/tmp/$JAR_NAME" $CURL_OPTS $JAR_URL || fail "Unable to download $JAR_URL"
SHASUM=$(shasum "/tmp/$JAR_NAME" |cut -d' ' -f1)

popd
Expand All @@ -54,4 +54,4 @@ END

echo "Created: _config.yml"

echo "next: \n git ci -m 'update version to $CUR_VERSION'; git push origin gh-pages"
echo "next: \n git ci -m 'update version to $CUR_VERSION'; git push origin gh-pages"

0 comments on commit 67e992c

Please sign in to comment.