Update install-man-page.sh

This commit is contained in:
AJ ONeal 2021-11-20 19:59:29 -07:00 committed by GitHub
parent dbc83e01bf
commit 61660c3dc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,8 +3,8 @@
my_path="$(command -v yq)"
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 Please update your PATH and try again.
echo "'yq' wasn't found in your PATH, so we don't know where to put the man pages."
echo "Please update your PATH to include yq, and run this script again."
exit 1
fi