Skip to content

Commit 51025e0

Browse files
Fix the URL to fishshell.com (GH-20251)
(cherry picked from commit da7d1f0) Co-authored-by: Jonathan Goble <[email protected]>
1 parent 5c01ed6 commit 51025e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/venv/scripts/posix/activate.fish

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This file must be used with "source <venv>/bin/activate.fish" *from fish*
2-
# (http://fishshell.org); you cannot run it directly.
2+
# (https://fishshell.com/); you cannot run it directly.
33

44
function deactivate -d "Exit virtual environment and return to normal shell environment"
55
# reset old environment variables

0 commit comments

Comments
 (0)