From daebd26a2894d88eb4c703b3be75f042cd563fef Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 30 Nov 2017 14:55:44 -0600 Subject: PLT-8018: Bundled jira plugin (#7920) * bundled jira plugin * fix generated file formatting, add prepackaged key * whoops, uploaded wrong file * whitelist generated files for license check * make it work for people without go/bin in their path --- api4/plugin.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api4') diff --git a/api4/plugin.go b/api4/plugin.go index 9ac6fdcf5..ee7121ffb 100644 --- a/api4/plugin.go +++ b/api4/plugin.go @@ -88,7 +88,7 @@ func getPlugins(c *Context, w http.ResponseWriter, r *http.Request) { return } - response, err := c.App.GetPluginManifests() + response, err := c.App.GetPlugins() if err != nil { c.Err = err return -- cgit v1.2.3-1-g7c22