helper/communicator: fix vet

This commit is contained in:
Mitchell Hashimoto 2015-06-13 19:24:57 -04:00
parent 115d583cff
commit c3cc9e844e
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ func TestConfigType(t *testing.T) {
}
if c.Type != "ssh" {
t.Fatal("bad: %#v", c)
t.Fatalf("bad: %#v", c)
}
}