Skip to content

Commit

Permalink
Add bin/ in glob
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Mar 23, 2024
1 parent 1384db9 commit f4e3107
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bin/download
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugin_dir=$(dirname "$(dirname "$current_script_path")")
source "${plugin_dir}/lib/utils.bash"

if ! is_supporting_zigmod_version; then
fail "Supporting zigmod versions are r75 or higher. But you specified '$ASDF_INSTALL_VERSION'"
fail "Supporting zigmod versions are r75 or higher. But you specified '$ASDF_INSTALL_VERSION'"
fi

mkdir -p "$ASDF_DOWNLOAD_PATH"
Expand Down
2 changes: 1 addition & 1 deletion scripts/format.bash
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ set -euxo pipefail
shopt -s globstar

shfmt --language-dialect bash --write \
./**/*.bash
./**/*.bash bin/**/*

dprint fmt
2 changes: 1 addition & 1 deletion scripts/lint.bash
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ shellcheck --shell=bash --external-sources \
scripts/*.bash

shfmt --language-dialect bash --diff \
./**/*.bash
./**/*.bash bin/**/*

dprint check

Expand Down

0 comments on commit f4e3107

Please sign in to comment.