Skip to content

Commit 87660c7

Browse files
Update plugin.go
1 parent 83b257d commit 87660c7

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
@@ -646,7 +646,7 @@ func displayQualityGateStatus(status string, qualityEnabled bool) {
646646
fmt.Println(lineBreak)
647647
}
648648

649-
func staticScan(p *Plugin, taskFilePath String) (*SonarReport, error) {
649+
func staticScan(p *Plugin, taskFilePath string) (*SonarReport, error) {
650650

651651
cmd := exec.Command("sed", "-e", "s/=/=\"/", "-e", "s/$/\"/", taskFilePath)
652652
output, err := cmd.CombinedOutput()

0 commit comments

Comments
 (0)