diff options
author | Ruben Pollan <meskio@sindominio.net> | 2018-06-21 17:51:35 +0200 |
---|---|---|
committer | Ruben Pollan <meskio@sindominio.net> | 2018-06-21 17:51:35 +0200 |
commit | e811786fa7f05299262ece132573fcf0d7a1f890 (patch) | |
tree | 5cc064b0f643d386e436dea9238a18069e001775 /bitmask_go/launcher_windows.go | |
parent | 93e5e01114db37f2ee72b110abc32284dfa8b424 (diff) |
[bug] fixup last commit string
Diffstat (limited to 'bitmask_go/launcher_windows.go')
-rw-r--r-- | bitmask_go/launcher_windows.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitmask_go/launcher_windows.go b/bitmask_go/launcher_windows.go index d0effa4..c8e79b9 100644 --- a/bitmask_go/launcher_windows.go +++ b/bitmask_go/launcher_windows.go @@ -57,7 +57,7 @@ func (l *launcher) firewallStop() error { func (l *launcher) send(cmd string, args ...string) error { if args == nil { - args = "null" + args = []string{"null"} } command := struct { Cmd string `json:"cmd"` |