Skip to content

Commit 4db78ed

Browse files
committed
Update entrypoint.sh
1 parent fb1e6fd commit 4db78ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ if [ "$CLEAN" = "true" ]; then
129129
if [ -f "${DST_REPO_NAME}/${DST_PATH}" ] ; then
130130
find "${DST_REPO_NAME}/${DST_PATH}" -type f -not -path '*/\.git/*' -delete
131131
elif [ -d "${DST_REPO_NAME}/${DST_PATH}" ] ; then
132-
find "${DST_REPO_NAME}/${DST_PATH%/*}/*" -type f -not -path '*/\.git/*' -delete
132+
find "${DST_REPO_NAME}/${DST_PATH%/*}"/* -type f -not -path '*/\.git/*' -delete
133133
else
134134
echo >&2 "Nothing to clean 🧽"
135135
fi

0 commit comments

Comments
 (0)