Skip to content
Snippets Groups Projects
Verified Commit e811786f authored by meskio's avatar meskio :tent:
Browse files

[bug] fixup last commit string

parent 93e5e011
No related branches found
No related tags found
No related merge requests found
......@@ -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"`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment