fix typo PKG_NAME => WEBI_PKG
authorAJ ONeal <coolaj86@gmail.com>
Tue, 11 May 2021 17:21:21 +0000 (11:21 -0600)
committerAJ ONeal <coolaj86@gmail.com>
Tue, 11 May 2021 18:58:02 +0000 (14:58 -0400)
Fix for https://github.com/webinstall/webi-installers/issues/236

_webi/bootstrap.sh

index 33227c83723cef259bf7fec114b88284b9154906..05256082f03d744b25c071d4daccbf95cf7d668e 100644 (file)
@@ -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