Skip to content

Commit

Permalink
Use https
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkingserious committed Jul 25, 2017
1 parent 82a9445 commit e172779
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/upload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ VERSION="4.0.1"
curl \
-F "sdk=@./repo/com/sendgrid/sendgrid-java-$VERSION.jar" \
-H "X-Key: $UPLOAD_SECRET" \
http://dx.sendgrid.com/upload
https://dx.sendgrid.com/upload

curl \
-F "sdk=@./repo/com/sendgrid/sendgrid-java-latest.jar" \
-H "X-Key: $UPLOAD_SECRET" \
http://dx.sendgrid.com/upload
https://dx.sendgrid.com/upload

exit 0

0 comments on commit e172779

Please sign in to comment.