Skip to content

Commit 1e20e6f

Browse files
revert token to login
1 parent fd19b3c commit 1e20e6f

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
@@ -416,7 +416,7 @@ func (p Plugin) Exec() error {
416416
// Initial values
417417
args := []string{
418418
"-Dsonar.host.url=" + p.Config.Host,
419-
"-Dsonar.token=" + p.Config.Token,
419+
"-Dsonar.login=" + p.Config.Token,
420420
}
421421

422422
// Map of potential configurations

0 commit comments

Comments
 (0)