Skip to content

Commit a933ce5

Browse files
author
Gardener
committed
fix check-generate script
1 parent da64fcb commit a933ce5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/check-generate.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ if which git &>/dev/null; then
6868

6969
old_status="$(git status -s)"
7070

71-
if ! out=$(rm -rf hack/tools/bin/ 2>&1); then
71+
if ! out=$(rm -rf hack/tools/bin/* 2>&1); then
7272
echo "Error while cleaning hack/tools/bin/: $out"
7373
exit 1
7474
fi

0 commit comments

Comments
 (0)