Skip to content

Commit

Permalink
Go fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
mostynb committed Aug 30, 2023
1 parent da088f9 commit 0727bf7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions utils/flags/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ func GetCliFlags() []cli.Flag {
EnvVars: []string{"BAZEL_REMOTE_DIR"},
},
&cli.Int64Flag{
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"},
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"},
},
&cli.StringFlag{
Name: "storage_mode",
Expand Down

0 comments on commit 0727bf7

Please sign in to comment.