Skip to content

Commit c174967

Browse files
authored
Fix indentation in activate.fish (#2700)
1 parent fb82834 commit c174967

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/virtualenv/activation/fish/activate.fish

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ set -gx VIRTUAL_ENV '__VIRTUAL_ENV__'
6262

6363
# https://github.com/fish-shell/fish-shell/issues/436 altered PATH handling
6464
if test (echo $FISH_VERSION | head -c 1) -lt 3
65-
set -gx _OLD_VIRTUAL_PATH (_bashify_path $PATH)
65+
set -gx _OLD_VIRTUAL_PATH (_bashify_path $PATH)
6666
else
6767
set -gx _OLD_VIRTUAL_PATH $PATH
6868
end

0 commit comments

Comments
 (0)