Skip to content

Commit

Permalink
fix tool name
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesw committed Nov 27, 2024
1 parent 473575e commit 8306474
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
- name: asdf_plugin_test
uses: asdf-vm/actions/plugin-test@v1
with:
command: p2cli --version
command: p2 --version
4 changes: 2 additions & 2 deletions lib/utils.bash
Original file line number Diff line number Diff line change
Expand Up @@ -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: $*"
Expand Down

0 comments on commit 8306474

Please sign in to comment.