Skip to content

Commit 4eebbcb

Browse files
committedJul 2, 2015
update .pypt/ghrel
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
1 parent 6f2b78f commit 4eebbcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.pypt/ghrel

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ r = requests.post(
8484
headers=HEADERS)
8585

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

0 commit comments

Comments
 (0)
Please sign in to comment.