From: Jonathan Goble Date: Wed, 20 May 2020 04:59:46 +0000 (-0400) Subject: Fix the URL to fishshell.com (GH-20251) X-Git-Tag: v3.10.0a1~878 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=da7d1f04086598a29f77bd452beefe847d038344;p=thirdparty%2FPython%2Fcpython.git Fix the URL to fishshell.com (GH-20251) --- diff --git a/Lib/venv/scripts/posix/activate.fish b/Lib/venv/scripts/posix/activate.fish index cb1ba1c301ed..54b9ea5676b6 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