Skip to content

Commit e4fa274

Browse files
Update main.go
1 parent bf572e3 commit e4fa274

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ func run(c *cli.Context) {
320320
SkipScan: c.Bool("skip_scan"),
321321
WaitQualityGate: c.Bool("wait_qualitygate"),
322322
Workspace: c.String("workspace"),
323-
SonarOPS c.String("sonar_scanner_opts"),
323+
SonarOPS: c.String("sonar_scanner_opts"),
324324
},
325325
Output: Output{
326326
OutputFile: c.String("output-file"),

0 commit comments

Comments
 (0)