fix error

This commit is contained in:
Rogan 2020-02-08 02:16:50 +08:00
parent c0971c7f44
commit fd67c12d36

View File

@ -48,7 +48,7 @@ func (p Plugin) Exec() error {
"-Dsonar.showProfiling=" + p.Config.ShowProfiling, "-Dsonar.showProfiling=" + p.Config.ShowProfiling,
"-Dsonar.scm.provider=git", "-Dsonar.scm.provider=git",
} }
args = append(args, argsParameter) args = append(args, argsParameter...)
} }