Skip to content

Commit

Permalink
fix: stupid go syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinLoeper authored May 16, 2022
1 parent f3d8c80 commit 4456295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iotwifi/commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ func (c *Command) StartDnsmasq() {
"--address=/captive.apple.com/17.253.35.204",
"--address=/clients3.google.com/216.58.204.46",
"--address=/www.msftconnecttest.com/13.107.4.52",
"--bind-interfaces"
"--bind-interfaces",
}

cmd := exec.Command("dnsmasq", args...)
Expand Down

0 comments on commit 4456295

Please sign in to comment.