diff --git a/thefuck/rules/cd_correction.py b/thefuck/rules/cd_correction.py index 9521993..96bee90 100644 --- a/thefuck/rules/cd_correction.py +++ b/thefuck/rules/cd_correction.py @@ -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 \ No newline at end of file +enabled_by_default = True