upper case

This commit is contained in:
Elbaz 2023-08-23 11:09:13 +03:00
parent efea86a1ce
commit 9addf78f1e

View File

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