mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-03 20:54:24 -07:00
Fixed usage comment to fish syntax for sourcing a file
This commit is contained in:
parent
d0fe447fd1
commit
996f87d898
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/env fish
|
#!/usr/bin/env fish
|
||||||
# usage: source ./hacking/env-setup [-q]
|
# usage: . ./hacking/env-setup [-q]
|
||||||
# modifies environment for running Ansible from checkout
|
# modifies environment for running Ansible from checkout
|
||||||
set HACKING_DIR (dirname (status -f))
|
set HACKING_DIR (dirname (status -f))
|
||||||
set FULL_PATH (python -c "import os; print(os.path.realpath('$HACKING_DIR'))")
|
set FULL_PATH (python -c "import os; print(os.path.realpath('$HACKING_DIR'))")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue