Skip to content

Commit 95aaf8b

Browse files
committed
BUG: fix typo in quic-announce-port command line parameter
1 parent 1811282 commit 95aaf8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/utils/flags.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,5 +111,5 @@ type OSArgs struct {
111111
UseWithPebble bool `long:"with-pebble" description:"use pebble to start/stop/reload HAProxy"`
112112
JobCheckCRD bool `long:"job-check-crd" description:"does not execute IC, but adds/updates CRDs"`
113113
DisableQuic bool `long:"disable-quic" description:"disable quic protocol in http frontend bindings"`
114-
QuicAnnouncePort int64 `long:"quick-announce-port" description:""`
114+
QuicAnnouncePort int64 `long:"quic-announce-port" description:""`
115115
}

0 commit comments

Comments
 (0)