Skip to content

Commit 285ede7

Browse files
committed
chore: fix empty string env
1 parent ba4f37e commit 285ede7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/start/start.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ EOF
273273
"ERL_AFLAGS=-proto_dist inet_tcp",
274274
"ENABLE_TAILSCALE=false",
275275
"DNS_NODES=''",
276-
"RLIMIT_NOFILE=''",
276+
"RLIMIT_NOFILE=",
277277
},
278278
Cmd: []string{
279279
"/bin/sh", "-c",

0 commit comments

Comments
 (0)