Skip to content

Commit 5e7b15f

Browse files
committed
chore: wip
1 parent 8b2e484 commit 5e7b15f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/buddy-update.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -129,15 +129,15 @@ jobs:
129129
130130
if [ "$PACKAGES" != "" ]; then
131131
if [ "$VERBOSE" = "true" ]; then
132-
bunx buddy-bot-scan --packages "$PACKAGES" --verbose
132+
bunx buddy-bot scan --packages "$PACKAGES" --verbose
133133
else
134-
bunx buddy-bot-scan --packages "$PACKAGES"
134+
bunx buddy-bot scan --packages "$PACKAGES"
135135
fi
136136
else
137137
if [ "$VERBOSE" = "true" ]; then
138-
bunx buddy-bot-scan --strategy "$STRATEGY" --verbose
138+
bunx buddy-bot scan --strategy "$STRATEGY" --verbose
139139
else
140-
bunx buddy-bot-scan --strategy "$STRATEGY"
140+
bunx buddy-bot scan --strategy "$STRATEGY"
141141
fi
142142
fi
143143

0 commit comments

Comments
 (0)