Skip to content

Commit

Permalink
skip printing version during install
Browse files Browse the repository at this point in the history
  • Loading branch information
booniepepper committed Nov 2, 2023
1 parent 2f4615e commit 26ab7fc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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@v2
with:
command: "timeout 30s 'dt --help'"
command: "timeout 30s 'dt --version'"
2 changes: 0 additions & 2 deletions bin/install
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,3 @@ fi
mkdir -p "$ASDF_INSTALL_PATH/bin"

cp "$ASDF_DOWNLOAD_PATH"/dt "$ASDF_INSTALL_PATH/bin/dt"

"$ASDF_INSTALL_PATH/bin/dt" --version

0 comments on commit 26ab7fc

Please sign in to comment.