Skip to content

Commit 0d882b6

Browse files
author
Thomas Gummerer
authored
Merge pull request #85 from github/tg/tg/no-verbose-default
make default threshold 1 again
2 parents 26d11a5 + 1da85bf commit 0d882b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-sizer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ func mainImplementation(args []string) error {
260260
var cpuprofile string
261261
var jsonOutput bool
262262
var jsonVersion int
263-
var threshold sizes.Threshold
263+
var threshold sizes.Threshold = 1
264264
var progress bool
265265
var version bool
266266
var filter git.IncludeExcludeFilter

0 commit comments

Comments
 (0)