diff --git a/thefuck/fix_git_and_command_misspell.py b/thefuck/fix_git_and_command_misspell.py index ce12d0cd..677e4f50 100644 --- a/thefuck/fix_git_and_command_misspell.py +++ b/thefuck/fix_git_and_command_misspell.py @@ -9,7 +9,7 @@ def fix_git_command(git_command): if git_command not in git_possible[0]: close_match = get_close_matches(git_command, git_possible) if len(close_match) > 0: - return close_match[0] + return close_match[0] else: return git_command else: