Skip to content

Commit

Permalink
Merge pull request facebook#36 from irabinovitch/35_fix_typo
Browse files Browse the repository at this point in the history
fix typo arround in constant name, so that logging succeeds
  • Loading branch information
jaymzh committed Aug 20, 2014
2 parents 1ed2d9c + bcfa742 commit e5e6784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grocery-delivery/grocery-delivery.rb
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ def get_repo
repo.update unless GroceryDelivery::Config.dry_run
else
unless GroceryDelivery::Config.repo_url
GroceryDeliver::Log.error(
GroceryDelivery::Log.error(
'No repo URL was specified, and no repo is checked out'
)
exit(1)
Expand Down

0 comments on commit e5e6784

Please sign in to comment.