Skip to content

Commit

Permalink
Fix lint (1)
Browse files Browse the repository at this point in the history
  • Loading branch information
pirackr committed Mar 2, 2024
1 parent ca8ec11 commit 7b74bf3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bin/install
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
set -e
set -eo pipefail

ASDF_INSTALL_TYPE=${ASDF_INSTALL_TYPE:-version }
[ -n "$ASDF_INSTALL_VERSION" ] || (echo >&2 'Missing ASDF_INSTALL_VERSION' && exit 1)
Expand Down
1 change: 1 addition & 0 deletions bin/list-all
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env bash
set -eo pipefail

cmd="curl --silent --location"
Expand Down

0 comments on commit 7b74bf3

Please sign in to comment.