mirror of
https://github.com/mikefarah/yq.git
synced 2024-11-12 05:38:04 +00:00
Update install-man-page.sh
This commit is contained in:
parent
2e18e2f669
commit
207d863edf
@ -3,8 +3,8 @@
|
|||||||
my_path="$(command -v yq)"
|
my_path="$(command -v yq)"
|
||||||
|
|
||||||
if [ -z "$my_path" ]; then
|
if [ -z "$my_path" ]; then
|
||||||
echo 'yq' wasn't found in your PATH, so we don't know where to put the man pages.
|
echo "'yq' wasn't found in your PATH, so we don't know where to put the man pages."
|
||||||
echo Please update your PATH and try again.
|
echo "Please update your PATH to include yq, and run this script again."
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user