rename opentf in internal/plugin (#517)

This commit is contained in:
michiboo 2023-09-21 11:02:22 +02:00 committed by GitHub
parent 915eb488fe
commit 945599f5d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -171,7 +171,7 @@ func (s PluginMetaSet) ConstrainVersions(reqd PluginRequirements) map[string]Plu
// names are removed and replaced with the single path given in the map.
//
// This is here only to continue to support the legacy way of overriding
// plugin binaries in the .opentfrc file. It treats all given plugins
// plugin binaries in the .opentofurc file. It treats all given plugins
// as pre-versioning (version 0.0.0). This mechanism will eventually be
// phased out, with vendor directories being the intended replacement.
func (s PluginMetaSet) OverridePaths(paths map[string]string) PluginMetaSet {