Skip to content

Commit

Permalink
Fix spelling of determining in log message (#53)
Browse files Browse the repository at this point in the history
Co-authored-by: Joshua Miller <joshmiller@fb.com>
  • Loading branch information
joshuamiller01 and Joshua Miller committed Apr 15, 2020
1 parent 2661ec8 commit 0820bf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/grocery-delivery
Expand Up @@ -84,7 +84,7 @@ end

def partial_upload(knife, repo, checkpoint, local_head)
GroceryDelivery::Log.warn(
"Determing changes... from #{checkpoint} to #{local_head}",
"Determining changes... from #{checkpoint} to #{local_head}",
)

begin
Expand Down

0 comments on commit 0820bf7

Please sign in to comment.