Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3f62063

Browse filesBrowse files
lmlsnatucksaun
andcommitted
Update commands/local_server_start.go
Co-authored-by: Tugdual Saunier <tucksaun@users.noreply.github.com>
1 parent 7a4d9b3 commit 3f62063
Copy full SHA for 3f62063

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎commands/local_server_start.go

Copy file name to clipboardExpand all lines: commands/local_server_start.go
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.