Skip to content

Commit a28dd5b

Browse files
committed
style: fix shfmt lint errors
1 parent 4a44c91 commit a28dd5b

File tree

5 files changed

+494
-494
lines changed

5 files changed

+494
-494
lines changed

docker-entrypoint.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -e
33

44
if [ "${1#-}" != "${1}" ] || [ -z "$(command -v "${1}")" ]; then
5-
set -- node "$@"
5+
set -- node "$@"
66
fi
77

88
exec "$@"

0 commit comments

Comments
 (0)