Skip to content

Commit

Permalink
Fix regression: Local cache should be enabled by default
Browse files Browse the repository at this point in the history
  • Loading branch information
hermo committed Aug 17, 2021
1 parent 11875ca commit e19f244
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ func ParseFlags() (*npmi.Options, error) {
Verbose: false,
Force: false,

UseLocalCache: true,
UseMinioCache: false,
PrecacheCommand: "",
}
Expand Down

0 comments on commit e19f244

Please sign in to comment.