File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ const (
2020 example = `rosa describe log-forwarder <log_fwd_id> -c mycluster-hcp`
2121)
2222
23- var logForwarderKeyRE = regexp .MustCompile (`^[a-z0 -9]+$` )
23+ var logForwarderKeyRE = regexp .MustCompile (`^[a-z-0 -9]+$` )
2424
2525func NewDescribeLogForwarderCommand () * cobra.Command {
2626 options := NewDescribeLogForwarderUserOptions ()
Original file line number Diff line number Diff line change 4141 aliases = []string {"log_forwarder" , "log-forwarder" , "logforwarder" }
4242)
4343
44- var logForwarderKeyRE = regexp .MustCompile (`^[a-z0 -9]+$` )
44+ var logForwarderKeyRE = regexp .MustCompile (`^[a-z-0 -9]+$` )
4545
4646func NewDeleteLogForwarderCommand () * cobra.Command {
4747 options := NewDeleteLogForwarderUserOptions ()
You can’t perform that action at this time.
0 commit comments