1
0
mirror of https://github.com/wting/autojump synced 2024-10-27 20:34:07 +00:00
This commit is contained in:
Tim Gates 2023-09-01 12:10:02 -07:00 committed by GitHub
commit 40402be250
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -194,7 +194,7 @@ def surround_quotes(string):
path outputs with quotes.
"""
if in_bash() and string:
# Python 2.6 requres field numbers
# Python 2.6 requires field numbers
return '"{0}"'.format(string)
return string