Skip to content

Commit

Permalink
Make config files work again
Browse files Browse the repository at this point in the history
  • Loading branch information
mostynb committed Aug 30, 2023
1 parent e2f762f commit a435ecc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion utils/flags/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ func GetCliFlags() []cli.Flag {
Name: "max_size",
Usage: "The maximum size of bazel-remote's disk cache in GiB. This flag is required.",
EnvVars: []string{"BAZEL_REMOTE_MAX_SIZE"},
Required: true,
},
&cli.StringFlag{
Name: "storage_mode",
Expand Down

0 comments on commit a435ecc

Please sign in to comment.