Skip to content

Commit 7803d9f

Browse files
committed
Fix
1 parent d4ca13f commit 7803d9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generate

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ do
118118
while [ 1 -eq "$(find . -mindepth 1 -maxdepth 1|wc -l)" ]
119119
do
120120
SUBDIR="$(find . -mindepth 1 -maxdepth 1)"
121-
find "$SUBDIR" -mindepth 1 -maxdepth 1 -exec mv '{}' .
121+
find "$SUBDIR" -mindepth 1 -maxdepth 1 -exec mv '{}' . ';'
122122
rmdir "$SUBDIR"
123123
done
124124
echo "<li><a href='${TAG}/'>version ${TAG}</a>" >> "${WORK_DIR}/public/index.html"

0 commit comments

Comments
 (0)