summaryrefslogtreecommitdiff
path: root/hacking
diff options
context:
space:
mode:
authorJharrod LaFon <jlafon@eyesopen.com>2013-08-14 15:52:37 -0600
committerJharrod LaFon <jlafon@eyesopen.com>2013-08-14 15:52:37 -0600
commit996f87d89807f5b275d8e3a50962bef3b97096e6 (patch)
tree385b301a7d2b3cbcec2159eae8612234f19cca44 /hacking
parentd0fe447fd13e581fd059a4ff20e910752d58e5d8 (diff)
downloadansible-996f87d89807f5b275d8e3a50962bef3b97096e6.tar.gz
Fixed usage comment to fish syntax for sourcing a file
Diffstat (limited to 'hacking')
-rw-r--r--hacking/env-setup.fish2
1 files changed, 1 insertions, 1 deletions
diff --git a/hacking/env-setup.fish b/hacking/env-setup.fish
index 05a5a8d671..1613baeb14 100644
--- a/hacking/env-setup.fish
+++ b/hacking/env-setup.fish
@@ -1,5 +1,5 @@
#!/usr/bin/env fish
-# usage: source ./hacking/env-setup [-q]
+# usage: . ./hacking/env-setup [-q]
# modifies environment for running Ansible from checkout
set HACKING_DIR (dirname (status -f))
set FULL_PATH (python -c "import os; print(os.path.realpath('$HACKING_DIR'))")