Skip to content

Commit e98e186

Browse files
committed
fix typo
Signed-off-by: Somtochi Onyekwere <[email protected]>
1 parent 35deae5 commit e98e186

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/flux/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ func versionCmdRun(cmd *cobra.Command, args []string) error {
9898
return err
9999
}
100100
if clusterInfo.distribution() != "" {
101-
info.Distributioqn = clusterInfo.distribution()
101+
info.Distribution = clusterInfo.distribution()
102102
}
103103

104104
selector := client.MatchingLabels{manifestgen.PartOfLabelKey: manifestgen.PartOfLabelValue}

0 commit comments

Comments
 (0)