Skip to content

Commit 3dd0959

Browse files
author
Jordan Poles
committed
Var name bug fixes
1 parent a59138f commit 3dd0959

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
@@ -106,7 +106,7 @@ func main() {
106106
if *shortFlag {
107107
flagsCommands = flagsCommands + " -short"
108108
}
109-
coverageCommand = fmt.Sprintf("go test %s/... -coverprofile=coverage.out %s && %s", rootFolder, flagsCommands, toolCoverCommand)
109+
coverageCommand = fmt.Sprintf("go test %s/... -coverprofile=coverage.out %s && %s", *rootFolderFlag, flagsCommands, toolCoverCommand)
110110
}
111111

112112
if *manualCoverageFlag == -1 {

0 commit comments

Comments
 (0)