diff options
author | Jharrod LaFon <jlafon@eyesopen.com> | 2013-08-14 15:52:37 -0600 |
---|---|---|
committer | Jharrod LaFon <jlafon@eyesopen.com> | 2013-08-14 15:52:37 -0600 |
commit | 996f87d89807f5b275d8e3a50962bef3b97096e6 (patch) | |
tree | 385b301a7d2b3cbcec2159eae8612234f19cca44 /hacking | |
parent | d0fe447fd13e581fd059a4ff20e910752d58e5d8 (diff) | |
download | ansible-996f87d89807f5b275d8e3a50962bef3b97096e6.tar.gz |
Fixed usage comment to fish syntax for sourcing a file
Diffstat (limited to 'hacking')
-rw-r--r-- | hacking/env-setup.fish | 2 |
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'))") |