From d211f15d628ab6d1fec1234d25e49ead64da5a96 Mon Sep 17 00:00:00 2001 From: qbart Date: Sat, 16 Sep 2023 01:24:17 +0200 Subject: [PATCH] fix: Change tool name --- lib/utils.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {