Skip to content

Commit

Permalink
Fixed grocery board URL variable name. #13.
Browse files Browse the repository at this point in the history
  • Loading branch information
danslimmon committed Nov 24, 2013
1 parent 11a8fdb commit d53394c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ def run_command(command):
print
print 'Done! Your new grocery list can be found at:'
print
print ' {0}'.format(grocery_board_url)
print ' {0}'.format(trello_grocery_board_url)
print
print 'If everything worked, then you should be able to start scanning'
print 'barcodes with oscar. Check out the logs of the scanner process and'
Expand Down

0 comments on commit d53394c

Please sign in to comment.