Skip to content

Commit 57b4a3f

Browse files
committed
fix
1 parent 2a9eb64 commit 57b4a3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/sketch_utils.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,8 +270,8 @@ function count_sketches(){ # count_sketches <path> [target] [file]
270270
fi
271271

272272
rm -rf sketches.txt
273+
touch sketches.txt
273274
if [ ! -d "$path" ]; then
274-
touch sketches.txt
275275
return 0
276276
fi
277277

0 commit comments

Comments
 (0)