mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fix(plugins): fix for default plugin dif
This commit is contained in:
@@ -45,7 +45,7 @@ func Init() error {
|
||||
}
|
||||
|
||||
scan(path.Join(setting.StaticRootPath, "app/plugins"))
|
||||
scan(path.Join(setting.StaticRootPath, setting.PluginsPath))
|
||||
scan(setting.PluginsPath)
|
||||
checkPluginPaths()
|
||||
// checkDependencies()
|
||||
return nil
|
||||
|
Reference in New Issue
Block a user