From da7d1f04086598a29f77bd452beefe847d038344 Mon Sep 17 00:00:00 2001 From: Jonathan Goble Date: Wed, 20 May 2020 00:59:46 -0400 Subject: Fix the URL to fishshell.com (GH-20251) --- 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 cb1ba1c..54b9ea5 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 -- cgit v0.12