From 61660c3dc33d15b466933f771e0183420dd067fd Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Sat, 20 Nov 2021 19:59:29 -0700 Subject: [PATCH] Update install-man-page.sh --- scripts/install-man-page.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install-man-page.sh b/scripts/install-man-page.sh index b1cc9228..82715ecc 100755 --- a/scripts/install-man-page.sh +++ b/scripts/install-man-page.sh @@ -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