summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElijah Lynn <elijah@elijahlynn.net>2018-04-05 11:51:55 -0700
committerscottb <dharmabumstead@users.noreply.github.com>2018-04-05 11:51:55 -0700
commit95d40bcd0aba162db24957cf3127e99cd8c17b7c (patch)
treeb224f32366316f76ec1fea71f58f2a926260ee29
parentc62551c1b0603d9557c68e88e6868a75a8886229 (diff)
downloadansible-95d40bcd0aba162db24957cf3127e99cd8c17b7c.tar.gz
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
-rw-r--r--docs/docsite/rst/installation_guide/intro_installation.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docsite/rst/installation_guide/intro_installation.rst b/docs/docsite/rst/installation_guide/intro_installation.rst
index 3bbb93f98a..38e46f00a6 100644
--- a/docs/docsite/rst/installation_guide/intro_installation.rst
+++ b/docs/docsite/rst/installation_guide/intro_installation.rst
@@ -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::