From c3cc9e844e7a036f7939c792353539e441d3244c Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sat, 13 Jun 2015 19:24:57 -0400 Subject: [PATCH] helper/communicator: fix vet --- helper/communicator/config_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helper/communicator/config_test.go b/helper/communicator/config_test.go index 029c9fe35..dc1bd965d 100644 --- a/helper/communicator/config_test.go +++ b/helper/communicator/config_test.go @@ -19,7 +19,7 @@ func TestConfigType(t *testing.T) { } if c.Type != "ssh" { - t.Fatal("bad: %#v", c) + t.Fatalf("bad: %#v", c) } }