Skip to content

Commit

Permalink
upgrade the agent first
Browse files Browse the repository at this point in the history
  • Loading branch information
SK1Y101 committed Aug 22, 2024
1 parent f9a56aa commit 6863c11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions anvil-python/anvil/commands/upgrades/inter_channel.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,13 +258,13 @@ def get_plan(self) -> list[BaseStep]:
self.manifest,
self.deployment.infrastructure_model,
),
UpgradeMAASRegionCharm(
UpgradeMAASAgentCharm(
self.client,
self.jhelper,
self.manifest,
self.deployment.infrastructure_model,
),
UpgradeMAASAgentCharm(
UpgradeMAASRegionCharm(
self.client,
self.jhelper,
self.manifest,
Expand Down

0 comments on commit 6863c11

Please sign in to comment.