Skip to content

Commit

Permalink
Var name bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan Poles committed Jun 23, 2020
1 parent a59138f commit 3dd0959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ func main() {
if *shortFlag {
flagsCommands = flagsCommands + " -short"
}
coverageCommand = fmt.Sprintf("go test %s/... -coverprofile=coverage.out %s && %s", rootFolder, flagsCommands, toolCoverCommand)
coverageCommand = fmt.Sprintf("go test %s/... -coverprofile=coverage.out %s && %s", *rootFolderFlag, flagsCommands, toolCoverCommand)
}

if *manualCoverageFlag == -1 {
Expand Down

0 comments on commit 3dd0959

Please sign in to comment.