diff options
author | Jonathan Goble <jcgoble3@gmail.com> | 2020-05-20 04:59:46 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-20 04:59:46 (GMT) |
commit | da7d1f04086598a29f77bd452beefe847d038344 (patch) | |
tree | e52837a4d09a6e407b6b603362969c87e27ca9e6 /Lib/venv | |
parent | 550f30c8f33a2ba844db2ce3da8a897b3e882c9a (diff) | |
download | cpython-da7d1f04086598a29f77bd452beefe847d038344.zip cpython-da7d1f04086598a29f77bd452beefe847d038344.tar.gz cpython-da7d1f04086598a29f77bd452beefe847d038344.tar.bz2 |
Fix the URL to fishshell.com (GH-20251)
Diffstat (limited to 'Lib/venv')
-rw-r--r-- | Lib/venv/scripts/posix/activate.fish | 2 |
1 files changed, 1 insertions, 1 deletions
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 <venv>/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 |