Skip to content

Commit

Permalink
Update pontos/release/helper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
y0urself authored Jun 24, 2021
1 parent 9de4118 commit 30d8a63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pontos/release/helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,6 @@ def upload_assets(
out(json.dumps(resp.text, indent=4, sort_keys=True))
return False
else:
ok(f"uploaded: {file_path.name}")
ok(f"Uploaded: {file_path.name}")

return True

0 comments on commit 30d8a63

Please sign in to comment.