Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
maciaszczykm committed Sep 30, 2024
1 parent 1a2ac05 commit d850c2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/harness/args/args.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,6 @@ func LogFlushBufferSize() int {
func ensureOrDie(argName string, arg *string) {
if arg == nil || len(*arg) == 0 {
pflag.PrintDefaults()
panic(fmt.Sprintf("%s arg is rquired", argName))
panic(fmt.Sprintf("%s arg is required", argName))
}
}

0 comments on commit d850c2d

Please sign in to comment.