mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
upper case
This commit is contained in:
parent
efea86a1ce
commit
9addf78f1e
@ -168,7 +168,7 @@ type ErrProtocolNotSupported struct {
|
||||
|
||||
func (err ErrProtocolNotSupported) Error() string {
|
||||
return fmt.Sprintf(
|
||||
"provider %s %s is not supported by this version of opentf",
|
||||
"provider %s %s is not supported by this version of OpenTF",
|
||||
err.Provider,
|
||||
err.Version,
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user