Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Commit

Permalink
fix url
Browse files Browse the repository at this point in the history
  • Loading branch information
n0rad committed Jul 28, 2015
1 parent 9ba2fdc commit e1738b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ for i in ${dir}/target/*/ ; do
if [ -d "$i" ]; then
fullpath=$(ls ${i}/*.tar.gz)
filename=${fullpath##*/}
curl -i -X POST -H "Content-Type: application/x-gzip" --data-binary "@${fullpath}" ${posturl%\{?name\}}?name=${filename}&access_token=${access_token}
curl -i -X POST -H "Content-Type: application/x-gzip" --data-binary "@${fullpath}" "${posturl%\{?name\}}?name=${filename}&access_token=${access_token}"
fi
done

0 comments on commit e1738b2

Please sign in to comment.