Skip to content

Commit

Permalink
Merge pull request #278 from AugurProject/petong/release-sanity-check
Browse files Browse the repository at this point in the history
remove hardcoded version used for testing
  • Loading branch information
pgebheim authored Aug 2, 2018
2 parents 968c77c + e50db76 commit f13cd26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release-sanity-check.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def assets_for_version(releases, version):
version = input('enter version to sanity check')

file_extensions = ['dmg', 'deb', 'exe', 'snap']
assets = assets_for_version(all_release_info, '1.1.0-snapshot')
assets = assets_for_version(all_release_info, version)

headers['Accept'] = 'application/octet-stream'

Expand Down

0 comments on commit f13cd26

Please sign in to comment.