mirror of
https://github.com/nvbn/thefuck.git
synced 2025-09-20 12:12:38 +01:00
added newline to end of cd_correction.py
This commit is contained in:
@@ -82,4 +82,4 @@ def get_new_command(command, settings):
|
|||||||
cwd = os.path.join(cwd, best_match)
|
cwd = os.path.join(cwd, best_match)
|
||||||
return "cd {0}".format(cwd)
|
return "cd {0}".format(cwd)
|
||||||
|
|
||||||
enabled_by_default = True
|
enabled_by_default = True
|
||||||
|
Reference in New Issue
Block a user