1
0
mirror of https://github.com/nvbn/thefuck.git synced 2024-10-05 18:31:10 +01:00

#933: Correctly redefine the function with a cache

This commit is contained in:
Pablo Santiago Blum de Aguiar 2021-07-29 23:48:36 +02:00 committed by Pablo Aguiar
parent dbc435c040
commit 8bebce331e

View File

@ -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')