Skip to content

Commit b0eb4e9

Browse files
author
aeris
committed
Fix self-deletion
1 parent f3762ea commit b0eb4e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ download_debug_asset() {
202202
}
203203

204204
do_clean() {
205-
find "${WORK_DIR}" -name "cozy-stack-*" -print -delete
205+
find . -name "cozy-stack-*" -print -delete
206206
}
207207

208208
check_env() {

0 commit comments

Comments
 (0)