Skip to content

Commit

Permalink
Fix indentation in activate.fish (#2700)
Browse files Browse the repository at this point in the history
  • Loading branch information
junzh0u authored Apr 9, 2024
1 parent fb82834 commit c174967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/virtualenv/activation/fish/activate.fish
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ set -gx VIRTUAL_ENV '__VIRTUAL_ENV__'

# https://github.com/fish-shell/fish-shell/issues/436 altered PATH handling
if test (echo $FISH_VERSION | head -c 1) -lt 3
set -gx _OLD_VIRTUAL_PATH (_bashify_path $PATH)
set -gx _OLD_VIRTUAL_PATH (_bashify_path $PATH)
else
set -gx _OLD_VIRTUAL_PATH $PATH
end
Expand Down

0 comments on commit c174967

Please sign in to comment.