Skip to content

Commit 21f34e0

Browse files
committed
Bifurcate upgrade-controller and upgrade-model commands.
1 parent f19c6cc commit 21f34e0

File tree

7 files changed

+1220
-509
lines changed

7 files changed

+1220
-509
lines changed

cmd/juju/commands/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ func registerCommands(r commandRegistry) {
399399
r.Register(model.NewModelGetConstraintsCommand())
400400
r.Register(model.NewModelSetConstraintsCommand())
401401
r.Register(newSyncAgentBinaryCommand())
402-
r.Register(newUpgradeJujuCommand())
402+
r.Register(newUpgradeModelCommand())
403403
r.Register(newUpgradeControllerCommand())
404404
r.Register(application.NewRefreshCommand())
405405
r.Register(application.NewSetApplicationBaseCommand())

0 commit comments

Comments
 (0)