Skip to content

Commit

Permalink
Fix a bug that bundlesOveride was not used (#7604)
Browse files Browse the repository at this point in the history
  • Loading branch information
d8660091 authored Feb 15, 2024
1 parent 3ab9252 commit 407c529
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cmd/eksctl-anywhere/cmd/upgrademanagementcomponents.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@ var upgradeManagementComponentsCmd = &cobra.Command{
RunE: func(cmd *cobra.Command, args []string) error {
ctx := cmd.Context()

clusterSpec, err := newClusterSpec(clusterOptions{
fileName: umco.fileName,
})
clusterSpec, err := newClusterSpec(umco.clusterOptions)
if err != nil {
return err
}
Expand Down

0 comments on commit 407c529

Please sign in to comment.