Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
Fix channel name; Jenkins builds were failing upload for developer ch…
Browse files Browse the repository at this point in the history
…annel

Auditors: @bbondy
  • Loading branch information
bsclifton committed Nov 6, 2017
1 parent a51f731 commit f52a109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def main():
upload_browser_laptop(github,release, f)

def get_channel_display_name():
d = {'dev': 'Release', 'beta': 'Beta', 'development': 'Development', 'nightly': 'Nightly'}
d = {'dev': 'Release', 'beta': 'Beta', 'developer': 'Developer', 'nightly': 'Nightly'}
return d[release_channel()]

def get_files_to_upload():
Expand Down

0 comments on commit f52a109

Please sign in to comment.