1
0
mirror of https://github.com/wting/autojump synced 2025-06-07 18:04:09 +00:00
This commit is contained in:
Tim Gates 2025-03-07 11:35:48 -05:00 committed by GitHub
commit 30b0637f52
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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