mirror of
https://github.com/rancher/plugins.git
synced 2025-09-13 20:28:08 +00:00
invoke: better name and unit test coverage for GetVersionInfo
This commit is contained in:
@@ -67,7 +67,7 @@ func (c *CNIConfig) GetVersionInfo(pluginType string) (version.PluginInfo, error
|
||||
return nil, err
|
||||
}
|
||||
|
||||
return invoke.ExecPluginForVersion(pluginPath)
|
||||
return invoke.GetVersionInfo(pluginPath)
|
||||
}
|
||||
|
||||
// =====
|
||||
|
Reference in New Issue
Block a user