Skip to content

Commit

Permalink
fix: shellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
tclahr committed Sep 5, 2024
1 parent 4b45804 commit 1492a24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/list_artifacts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ _list_artifacts()
__oa_os="${2:-all}"

if [ "${__oa_os}" = "all" ]; then
# shellcheck disable=SC2162
find "${__oa_artifacts_dir}"/* -name "*.yaml" -print 2>/dev/null \
| while read __oa_item || [ -n "${__oa_item}" ]; do
if grep -q -E "modifier:.*true" "${__oa_item}" 2>/dev/null; then
Expand Down

0 comments on commit 1492a24

Please sign in to comment.