Skip to content

Commit fbee6cb

Browse files
lmlsnatucksaun
andauthored
Update commands/local_server_start.go
Co-authored-by: Tugdual Saunier <tucksaun@users.noreply.github.com>
1 parent 7a4d9b3 commit fbee6cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands/local_server_start.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ var localServerStartCmd = &console.Command{
288288
}
289289

290290
address := config.ListenIp
291-
if c.Bool("allow-all-ip") {
291+
if address == “” {
292292
address = "0.0.0.0"
293293
}
294294

0 commit comments

Comments
 (0)