From c174967ff813495bd21feda2d925107f2fd38271 Mon Sep 17 00:00:00 2001 From: JunZ Date: Tue, 9 Apr 2024 09:51:00 -0700 Subject: [PATCH] Fix indentation in activate.fish (#2700) --- src/virtualenv/activation/fish/activate.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/virtualenv/activation/fish/activate.fish b/src/virtualenv/activation/fish/activate.fish index fcedde465..c453caf9e 100644 --- a/src/virtualenv/activation/fish/activate.fish +++ b/src/virtualenv/activation/fish/activate.fish @@ -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