From 8306474088ab213c828960f7e8b97252feabf6b0 Mon Sep 17 00:00:00 2001 From: Giles Westwood Date: Wed, 27 Nov 2024 12:04:53 +0000 Subject: [PATCH] fix tool name --- .github/workflows/build.yml | 2 +- lib/utils.bash | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3d510ad..c2a1844 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,4 +19,4 @@ jobs: - name: asdf_plugin_test uses: asdf-vm/actions/plugin-test@v1 with: - command: p2cli --version + command: p2 --version diff --git a/lib/utils.bash b/lib/utils.bash index 3d8faec..9325ff1 100644 --- a/lib/utils.bash +++ b/lib/utils.bash @@ -3,8 +3,8 @@ set -euo pipefail GH_REPO="https://github.com/wrouesnel/p2cli" -TOOL_NAME="p2cli" -TOOL_TEST="p2cli --version" +TOOL_NAME="p2" +TOOL_TEST="p2 --version" fail() { echo -e "asdf-$TOOL_NAME: $*"