1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-03-13 22:28:33 +00:00

#681: Lower priority of missing_space_before_subcommand rule

This commit is contained in:
Vladimir Iakovlev 2017-08-25 11:47:17 +02:00
parent f76d2061d1
commit 832ef96188

View File

@ -16,3 +16,6 @@ def match(command):
def get_new_command(command):
executable = _get_executable(command.script_parts[0])
return command.script.replace(executable, u'{} '.format(executable), 1)
priority = 4000