Update install-man-page.sh

This commit is contained in:
AJ ONeal 2021-11-20 19:59:29 -07:00 committed by Mike Farah
parent 2e18e2f669
commit 207d863edf
1 changed files with 2 additions and 2 deletions

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