Skip to content

Commit 10b8fae

Browse files
Manuelvaasmarceljk
andauthored
Update internal/cmd/beta/vpn/quotas/quotas.go
Co-authored-by: Marcel Jacek <72880145+marceljk@users.noreply.github.com>
1 parent 809d726 commit 10b8fae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/cmd/beta/vpn/quotas/quotas.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ func parseInput(p *print.Printer, cmd *cobra.Command, _ []string) (*inputModel,
8787
if limit != nil && *limit < 1 {
8888
return nil, &errors.FlagValidationError{
8989
Flag: limitFlag,
90-
Details: "must be grater than 0",
90+
Details: "must be greater than 0",
9191
}
9292
}
9393

0 commit comments

Comments
 (0)