Skip to content

Commit

Permalink
Fixing missing fn param from PR #18
Browse files Browse the repository at this point in the history
  • Loading branch information
jpoles1 authored Aug 7, 2021
1 parent 41e99d5 commit 08e981e
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 @@ -154,7 +154,7 @@ func badger(config gopherBadgerConfig) {
}
if config.updateMdFilesFlag != "" {
for _, filepath := range strings.Split(config.updateMdFilesFlag, ",") {
coverageBadge.WriteBadgeToMd(filepath, coverageFloat)
coverageBadge.WriteBadgeToMd(filepath, coverageFloat, config.silentFlag)
}
}
}

0 comments on commit 08e981e

Please sign in to comment.