update plugin name in command test

pull/15208/head
James Bardin 9 years ago committed by Martin Atkins
parent 840978b2d5
commit 08592c2602

@ -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

Loading…
Cancel
Save