Skip to content

Commit

Permalink
Fix lint formatting and bundle variable name
Browse files Browse the repository at this point in the history
Signed-off-by: Rahul Ganesh <rahulgab@amazon.com>
  • Loading branch information
Rahul Ganesh committed Nov 22, 2023
1 parent 6a242aa commit 424763b
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion release/cli/pkg/bundles/bundles.go
Original file line number Diff line number Diff line change
@@ -204,7 +204,7 @@ func GetVersionsBundles(r *releasetypes.ReleaseConfig, imageDigests map[string]s
Haproxy: haproxyBundle,
Snow: snowBundle,
Nutanix: nutanixBundle,
Upgrader: upgrader,
Upgrader: upgraderBundle,
}
versionsBundles = append(versionsBundles, versionsBundle)
}
2 changes: 1 addition & 1 deletion release/cli/pkg/constants/constants.go
Original file line number Diff line number Diff line change
@@ -44,7 +44,7 @@ const (
KindProjectPath = "projects/kubernetes-sigs/kind"
KubeRbacProxyProjectPath = "projects/brancz/kube-rbac-proxy"
PackagesProjectPath = "projects/aws/eks-anywhere-packages"
UpgraderProjectPath = "projects/aws/upgrader"
UpgraderProjectPath = "projects/aws/upgrader"

// Date format with standard reference time values
// The reference time used is the specific time stamp:

0 comments on commit 424763b

Please sign in to comment.