Skip to content

Commit d97d05a

Browse files
committed
fix the check-generate script
1 parent dc52a46 commit d97d05a

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)