Skip to content

Commit

Permalink
update .pypt/ghrel
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Jul 2, 2015
1 parent 6f2b78f commit 4eebbcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pypt/ghrel
Expand Up @@ -84,7 +84,7 @@ r = requests.post(
headers=HEADERS)

if r.status_code == 201:
print("GitHub Release created: {0}".format(r.json()['url']))
print("GitHub Release created: {0}".format(r.json()['html_url']))
else:
print("GitHub Release failed: {0}".format(r.text))
exit(1)

0 comments on commit 4eebbcb

Please sign in to comment.