From 150b802a28e8fe23053327bfa97b02de1f14234b Mon Sep 17 00:00:00 2001 From: Jonathan Goble Date: Wed, 20 May 2020 00:59:46 -0400 Subject: [PATCH] Fix the URL to fishshell.com (GH-20251) (cherry picked from commit da7d1f04086598a29f77bd452beefe847d038344) Co-authored-by: Jonathan Goble --- Lib/venv/scripts/posix/activate.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/venv/scripts/posix/activate.fish b/Lib/venv/scripts/posix/activate.fish index cb1ba1c301ede7a..54b9ea5676b66b4 100644 --- a/Lib/venv/scripts/posix/activate.fish +++ b/Lib/venv/scripts/posix/activate.fish @@ -1,5 +1,5 @@ # This file must be used with "source /bin/activate.fish" *from fish* -# (http://fishshell.org); you cannot run it directly. +# (https://fishshell.com/); you cannot run it directly. function deactivate -d "Exit virtual environment and return to normal shell environment" # reset old environment variables