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:
parent
f76d2061d1
commit
832ef96188
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user