Skip to content

Commit da7d1f0

Browse files
authored
Fix the URL to fishshell.com (GH-20251)
1 parent 550f30c commit da7d1f0

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)