Skip to content

Commit

Permalink
Finish a half-done comment change
Browse files Browse the repository at this point in the history
  • Loading branch information
evansolomon committed Aug 18, 2012
1 parent d440cbd commit b4903f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ if os.path.exists(name) or os.path.exists(name + '.zip'):
print "\nYou should pick a name that isn't already used for a file or directory.\n\nExiting..."
sys.exit()

# Get the res
# Get the rest of your customizations
slug = raw_input('Slug? ')
author = raw_input('Author? ')
author_uri = raw_input('Author URI? ')
Expand Down

0 comments on commit b4903f1

Please sign in to comment.