Skip to content

Commit

Permalink
Add delete command for assets
Browse files Browse the repository at this point in the history
  • Loading branch information
j0057 committed Aug 13, 2014
1 parent a5c4859 commit aa17ec2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions github_release.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ def gh_asset():
# gh-asset j0057/iplbapi download
# gh-asset j0057/iplbapi download 1.4.4
'download': gh_asset_download, # gh-asset j0057/iplbapi download 1.4.4 bla-bla_1.4.4.whl
'delete': gh_asset_erase, # gh-asset j0057/iplbapi erase 1.4.4 bla-bla_1.4.4.whl
'erase': gh_asset_erase, # gh-asset j0057/iplbapi erase 1.4.4 bla-bla_1.4.4.whl
}
return handle_http_error(lambda: commands[args.pop(1)](*args))
Expand Down

0 comments on commit aa17ec2

Please sign in to comment.