From d3dbc1bf2a05bc5a891f7b247759e64e64ceba82 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Tue, 11 May 2021 11:21:21 -0600 Subject: [PATCH] fix typo PKG_NAME => WEBI_PKG Fix for https://github.com/webinstall/webi-installers/issues/236 --- _webi/bootstrap.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_webi/bootstrap.sh b/_webi/bootstrap.sh index 33227c8..0525608 100644 --- a/_webi/bootstrap.sh +++ b/_webi/bootstrap.sh @@ -9,7 +9,7 @@ function __install_webi() { export WEBI_HOST echo "" - echo "Thanks for using webi to install '${PKG_NAME:-}' on '$(uname -s)/$(uname -m)'." + echo "Thanks for using webi to install '${WEBI_PKG:-}' on '$(uname -s)/$(uname -m)'." echo "Have a problem? Experience a bug? Please let us know:" echo " https://github.com/webinstall/packages/issues" echo "" @@ -162,7 +162,7 @@ EOF echo "" echo "Hmm... no WEBI_PKG was specified. This is probably an error in the script." echo "" - echo "Please open an issue with this information: Package '${PKG_NAME:-}' on '$(uname -s)/$(uname -m)'" + echo "Please open an issue with this information: Package '${WEBI_PKG:-}' on '$(uname -s)/$(uname -m)'" echo " https://github.com/webinstall/packages/issues" echo "" fi -- 2.25.1