1
0
mirror of https://github.com/nvbn/thefuck.git synced 2024-10-06 02:41:10 +01:00

added newline to end of cd_correction.py

This commit is contained in:
mmussomele 2015-05-16 21:47:15 -07:00
parent 9ef346468c
commit a54c97f624

View File

@ -82,4 +82,4 @@ def get_new_command(command, settings):
cwd = os.path.join(cwd, best_match)
return "cd {0}".format(cwd)
enabled_by_default = True
enabled_by_default = True