more fixes

This commit is contained in:
Leonard Cohnen 2025-02-17 17:12:15 +01:00
parent 2b352ba25e
commit d6c70f5794

View File

@ -45,7 +45,7 @@ func main() {
}
cliInfo := versionsapi.CLIInfo{
Ref: *refFlag,
Ref: versionsapi.CanonicalizeRef(*refFlag),
Stream: *streamFlag,
Version: *versionFlag,
Kubernetes: []string{},