From 08592c2602903334daaf04f2a8bf061db250dbac Mon Sep 17 00:00:00 2001 From: James Bardin Date: Fri, 9 Jun 2017 16:24:25 -0400 Subject: [PATCH] update plugin name in command test --- command/plugins_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command/plugins_test.go b/command/plugins_test.go index 827e587c9..8f820e158 100644 --- a/command/plugins_test.go +++ b/command/plugins_test.go @@ -17,7 +17,7 @@ type mockGetProvider struct { } func (m mockGetProvider) FileName(provider, version string) string { - return fmt.Sprintf("terraform-provider-%s-V%s-X4", provider, version) + return fmt.Sprintf("terraform-provider-%s_v%s_x4", provider, version) } // GetProvider will check the Providers map to see if it can find a suitable