mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-28 01:41:48 -06:00
update plugin name in command test
This commit is contained in:
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…
Reference in New Issue
Block a user