mirror of
https://github.com/nvbn/thefuck.git
synced 2025-09-22 13:12:35 +01:00
#290: Fix typo
This commit is contained in:
@@ -84,7 +84,7 @@ def git_support(fn):
|
|||||||
command.stderr)
|
command.stderr)
|
||||||
alias = search.group(1)
|
alias = search.group(1)
|
||||||
|
|
||||||
# by default git quotes everthing, for example:
|
# by default git quotes everything, for example:
|
||||||
# 'commit' '--amend'
|
# 'commit' '--amend'
|
||||||
# which is surprising and does not allow to easily test for
|
# which is surprising and does not allow to easily test for
|
||||||
# eg. 'git commit'
|
# eg. 'git commit'
|
||||||
|
Reference in New Issue
Block a user