Skip to content

Commit

Permalink
Fix: update_release_commit_sha should return json
Browse files Browse the repository at this point in the history
  • Loading branch information
arikfr committed May 14, 2015
1 parent 571c9d0 commit 20eb110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/release_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def update_release_commit_sha(release, commit_sha):
if response.status_code != 200:
raise exception_from_error("Failed updating commit sha for existing release", response)

return response
return response.json()

def update_release(version, build_filepath, commit_sha):
try:
Expand Down

0 comments on commit 20eb110

Please sign in to comment.