diff --git a/cmd/flags.go b/cmd/flags.go index 57985e6..5ac9fb0 100644 --- a/cmd/flags.go +++ b/cmd/flags.go @@ -58,6 +58,7 @@ func ParseFlags() (*npmi.Options, error) { Verbose: false, Force: false, + UseLocalCache: true, UseMinioCache: false, PrecacheCommand: "", }