Skip to content

Commit f249dd7

Browse files
Merge pull request #83 from diegopereiraeng/main
Update print statement in plugin.go
2 parents a37fceb + 96510e8 commit f249dd7

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
@@ -579,7 +579,7 @@ func (p Plugin) Exec() error {
579579
fmt.Printf("==> SONAR PROJECT DASHBOARD <==\n")
580580
fmt.Printf(p.Config.Host)
581581
fmt.Printf(sonarDashStatic)
582-
fmt.Printf(p.Config.Name)
582+
fmt.Printf(p.Config.Key)
583583
fmt.Printf("\n==> Harness CIE SonarQube Plugin with Quality Gateway <==\n\n")
584584
// "Docker", p.Config.ArtifactFile, (p.Config.Host + sonarDashStatic + p.Config.Name), "Sonar", "Harness Sonar Plugin", []string{"Diego", "latest"})
585585

0 commit comments

Comments
 (0)