Skip to content

Commit

Permalink
Fix use of MODIFIED_VERSION that was left over after review in #15
Browse files Browse the repository at this point in the history
Signed-off-by: Brad Davidson <[email protected]>
  • Loading branch information
brandond committed Aug 29, 2024
1 parent dffa07e commit e780441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/upgrade.sh
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ verify_controlplane_versions() {
info "All control-plane nodes have been upgraded to version to $CONTROLPLANE_NODE_VERSION"
break
fi
info "Waiting for all control-plane nodes to be upgraded to version $MODIFIED_VERSION"
info "Waiting for all control-plane nodes to be upgraded to version $SYSTEM_UPGRADE_PLAN_LATEST_VERSION"
sleep 5
continue
done
Expand Down

0 comments on commit e780441

Please sign in to comment.