diff --git a/lib/utils.bash b/lib/utils.bash index 6374cf0..e8844eb 100644 --- a/lib/utils.bash +++ b/lib/utils.bash @@ -4,7 +4,7 @@ set -euo pipefail # TODO: Ensure this is the correct GitHub homepage where releases can be downloaded for cli. GH_REPO="https://github.com/selleo/cli" -TOOL_NAME="cli" +TOOL_NAME="selleo" TOOL_TEST="selleo version" fail() {