Skip to content

Commit c2b5ca3

Browse files
author
Lars Brillert
committed
use token instead of login
1 parent b28118a commit c2b5ca3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ func (p Plugin) Exec() error {
409409
// Initial values
410410
args := []string{
411411
"-Dsonar.host.url=" + p.Config.Host,
412-
"-Dsonar.login=" + p.Config.Token,
412+
"-Dsonar.token=" + p.Config.Token,
413413
}
414414

415415
// Map of potential configurations

0 commit comments

Comments
 (0)