This commit is contained in:
malcolmholmes
2021-12-10 11:34:59 +00:00
committed by GitHub
parent e0842b265f
commit afb9e8e5f3
+1 -1
View File
@@ -486,7 +486,7 @@ func (hs *HTTPServer) pluginMarkdown(ctx context.Context, pluginId string, name
return nil, err
}
if !exists {
path = filepath.Join(plugin.PluginDir, mdFilepath( strings.ToLower(name)))
path = filepath.Join(plugin.PluginDir, mdFilepath(strings.ToLower(name)))
}
exists, err = fs.Exists(path)