Commit c3cc9e84 authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

helper/communicator: fix vet

parent 115d583c
......@@ -19,7 +19,7 @@ func TestConfigType(t *testing.T) {
}
if c.Type != "ssh" {
t.Fatal("bad: %#v", c)
t.Fatalf("bad: %#v", c)
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment