mirror of
https://github.com/nvbn/thefuck.git
synced 2025-03-20 01:28:56 +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):
|
def get_new_command(command):
|
||||||
executable = _get_executable(command.script_parts[0])
|
executable = _get_executable(command.script_parts[0])
|
||||||
return command.script.replace(executable, u'{} '.format(executable), 1)
|
return command.script.replace(executable, u'{} '.format(executable), 1)
|
||||||
|
|
||||||
|
|
||||||
|
priority = 4000
|
||||||
|
Loading…
x
Reference in New Issue
Block a user