Change failed message 'No fuck given' to the more popular 'No fucks given'

This commit is contained in:
JakobGreen
2015-08-07 14:51:51 -06:00
parent 215c64d924
commit 6883d2dbeb
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ def select_command(corrected_commands, settings):
"""
if not corrected_commands:
logs.failed('No fuck given', settings)
logs.failed('No fucks given', settings)
return
selector = CommandSelector(corrected_commands)