Skip to content

Commit

Permalink
add comment to rebuild api image
Browse files Browse the repository at this point in the history
  • Loading branch information
deads2k committed Nov 2, 2023
1 parent 24085c9 commit aca45a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions payload-command/render/render.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ func (o *RenderOpts) Run() error {
if err != nil {
return fmt.Errorf("error decoding FeatureGate: %w", err)
}
// this will fail a cast, but I need a new build to test other PRs.
featureGates := featureGatesObj.(*configv1.FeatureGate)
currentDetails, err := FeaturesGateDetailsFromFeatureSets(configv1.FeatureSets, featureGates, o.PayloadVersion)
if err != nil {
Expand Down

0 comments on commit aca45a6

Please sign in to comment.