Skip to content

Commit

Permalink
fix spelling of grpc
Browse files Browse the repository at this point in the history
  • Loading branch information
danbryan authored Sep 29, 2024
1 parent 735808b commit c42b04f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/horcrux/cmd/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const (
flagGRPCTimeout = "grpc-timeout"
flagOverwrite = "overwrite"
flagBare = "bare"
flagGRPCAddress = "gprc-address"
flagGRPCAddress = "grpc-address"
flagMaxReadSize = "max-read-size"
)

Expand Down

0 comments on commit c42b04f

Please sign in to comment.