* cleaning up curl command

This commit is contained in:
Seth Call 2012-11-18 01:48:02 -06:00
parent 5c75c45de7
commit 04d992a2b6
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ EOF
GEMNAME="jam_ruby-${VERSION}.gem"
echo "publishing gem"
curl -f -T $GEMNAME $GEM_SERVER/$GEMNAME \;
curl -f -T $GEMNAME $GEM_SERVER/$GEMNAME
if [ "$?" != "0" ]; then
echo "publish failed"