Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Somtochi Onyekwere <somtochionyekwere@gmail.com>
  • Loading branch information
somtochiama committed Dec 6, 2023
1 parent 35deae5 commit e98e186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/flux/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ func versionCmdRun(cmd *cobra.Command, args []string) error {
return err
}
if clusterInfo.distribution() != "" {
info.Distributioqn = clusterInfo.distribution()
info.Distribution = clusterInfo.distribution()
}

selector := client.MatchingLabels{manifestgen.PartOfLabelKey: manifestgen.PartOfLabelValue}
Expand Down

0 comments on commit e98e186

Please sign in to comment.