Skip to content

Commit b112c9e

Browse files
committed
yarn fmt
1 parent 5ca347f commit b112c9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/release-image/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ fi
2121
# Allow users to have scripts run on container startup to prepare workspace.
2222
# https://github.com/coder/code-server/issues/5177
2323
if [ -d "${ENTRYPOINTD}" ]; then
24-
for f in $(find "${ENTRYPOINTD}" -type f -executable); do
24+
for f in $(find "${ENTRYPOINTD}" -type f -executable); do
2525
echo "Running Entrypoint: ${f}"
2626
"${f}"
2727
done

0 commit comments

Comments
 (0)