diff --git a/thefuck/rules/go_unknown_command.py b/thefuck/rules/go_unknown_command.py index fd66289..20d5242 100644 --- a/thefuck/rules/go_unknown_command.py +++ b/thefuck/rules/go_unknown_command.py @@ -14,7 +14,7 @@ def get_golang_commands(): if which('go'): - get_docker_commands = cache(which('go'))(get_golang_commands) + get_golang_commands = cache(which('go'))(get_golang_commands) @for_app('go')