mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-14 21:01:13 +00:00
Update fish setup to use source instead of . (#33207)
"The use of . is deprecated in favour of source, and . will be removed in a future version of fish." source: https://fishshell.com/docs/current/commands.html#source
This commit is contained in:
@@ -330,7 +330,7 @@ Using Bash:
|
||||
|
||||
Using Fish::
|
||||
|
||||
$ . ./hacking/env-setup.fish
|
||||
$ source ./hacking/env-setup.fish
|
||||
|
||||
If you want to suppress spurious warnings/errors, use::
|
||||
|
||||
|
||||
Reference in New Issue
Block a user