Skip to content

Commit b138b6d

Browse files
chore(style): fixup shell style
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8b95e9c commit b138b6d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_tools/renovate-audit

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ for info in */info.yaml; do
4040
-maxdepth 1 \
4141
-type f \
4242
\( \
43-
-name Gemfile -o \
44-
-name requirements.txt -o \
45-
-name package.json \
43+
-name Gemfile -o \
44+
-name requirements.txt -o \
45+
-name package.json \
4646
\) \
4747
-exec false {} +; then
4848
printf ' \e[1;33m⏲\e[0m \e[35m%s\e[0m is configured, but not yet updated by renovate\n' "$dep"

0 commit comments

Comments
 (0)