From fd67c12d3605e2663598cdab670744002cada201 Mon Sep 17 00:00:00 2001 From: Rogan Date: Sat, 8 Feb 2020 02:16:50 +0800 Subject: [PATCH] fix error --- plugin.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.go b/plugin.go index 2b2cb32..2f0892f 100755 --- a/plugin.go +++ b/plugin.go @@ -48,7 +48,7 @@ func (p Plugin) Exec() error { "-Dsonar.showProfiling=" + p.Config.ShowProfiling, "-Dsonar.scm.provider=git", } - args = append(args, argsParameter) + args = append(args, argsParameter...) }