Skip to content

Commit 74a5a72

Browse files
Manuelvaasmarceljk
andcommitted
Update internal/cmd/beta/vpn/quotas/quotas.go
Co-authored-by: Marcel Jacek <72880145+marceljk@users.noreply.github.com>
1 parent f937625 commit 74a5a72

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)