Chore: Fix plugins magefile (#81146)
This commit is contained in:
@@ -47,6 +47,8 @@ func findPluginJSONDir(pluginID string) (string, error) {
|
||||
if !fileHasString(pluginJSONMatch, fmt.Sprintf(`"id": "%s"`, pluginID)) {
|
||||
continue
|
||||
}
|
||||
pluginJSONPath = pluginJSONMatch
|
||||
break
|
||||
}
|
||||
pluginJSONPath, err = filepath.Abs(pluginJSONPath)
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user