Преглед изворни кода

fix(plugins): fix for default plugin dif

bergquist пре 10 година
родитељ
комит
01d47fb280
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      pkg/plugins/plugins.go

+ 1 - 1
pkg/plugins/plugins.go

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