Jelajahi Sumber

fix(plugins): fix for default plugin dif

bergquist 10 tahun lalu
induk
melakukan
01d47fb280
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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, "app/plugins"))
-	scan(path.Join(setting.StaticRootPath, setting.PluginsPath))
+	scan(setting.PluginsPath)
 	checkPluginPaths()
 	checkPluginPaths()
 	// checkDependencies()
 	// checkDependencies()
 	return nil
 	return nil