Skip to content
Snippets Groups Projects
Commit b3246836 authored by Jason R Laura's avatar Jason R Laura
Browse files

spellign is hadr

parent d3fb1ff8
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ from argparse import ArgumentParser ...@@ -9,7 +9,7 @@ from argparse import ArgumentParser
# Initialize # Initialize
try: try:
token = os.environ['BINSTAR_KEYN'] token = os.environ['BINSTAR_KEY']
except KeyError: except KeyError:
sys.exit("Must set $BINSTAR_KEY") sys.exit("Must set $BINSTAR_KEY")
binstar = sh.Command('binstar').bake(t=token) binstar = sh.Command('binstar').bake(t=token)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment