mirror of
https://github.com/ansible/ansible-documentation.git
synced 2026-03-26 13:18:58 +07:00
Fixed usage comment to fish syntax for sourcing a file
This commit is contained in:
@@ -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'))")
|
||||
|
||||
Reference in New Issue
Block a user