diff --git a/thefuck/logs.py b/thefuck/logs.py index 3c36f85..42fa53c 100644 --- a/thefuck/logs.py +++ b/thefuck/logs.py @@ -125,5 +125,5 @@ def configured_successfully(configuration_details): def version(thefuck_version, python_version): sys.stderr.write( - u'The Fuck {} using Python {}'.format(thefuck_version, - python_version)) + u'The Fuck {} using Python {}\n'.format(thefuck_version, + python_version))