Skip to content

Commit 7a2ddc3

Browse files
authored
add spaces
1 parent 68dbe8d commit 7a2ddc3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: croc-entrypoint.sh

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#!/bin/sh
22
set -e
3+
34
if [ -n "$CROC_PASS" ]; then
45
set -- --pass "$CROC_PASS" "$@"
56
fi
7+
68
exec /croc "$@"

0 commit comments

Comments
 (0)