diff options
Diffstat (limited to 'stdout/stdout.go')
-rw-r--r-- | stdout/stdout.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdout/stdout.go b/stdout/stdout.go index df47029..fafd367 100644 --- a/stdout/stdout.go +++ b/stdout/stdout.go @@ -48,7 +48,7 @@ func CreateStdoutUI( ShowProgress: showProgress, ShowApparentSize: showApparentSize, ShowRelativeSize: showRelativeSize, - Analyzer: analyze.CreateAnalyzer(), + Analyzer: analyze.CreateStoredAnalyzer(), ConstGC: constGC, UseSIPrefix: useSIPrefix, }, |