We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ef725a commit ef08f64Copy full SHA for ef08f64
commands/core/install.go
@@ -119,8 +119,8 @@ func installPlatform(pm *packagemanager.PackageManager,
119
taskCB(&rpc.TaskProgress{Name: tr("Installing platform %s", platformRelease)})
120
} else {
121
// A platform with a different version is already installed
122
- log.Info("Upgrading platform " + installed.String())
123
- taskCB(&rpc.TaskProgress{Name: tr("Upgrading platform %[1]s with %[2]s", installed, platformRelease)})
+ log.Info("Replacing platform " + installed.String())
+ taskCB(&rpc.TaskProgress{Name: tr("Replacing platform %[1]s with %[2]s", installed, platformRelease)})
124
platformRef := &packagemanager.PlatformReference{
125
Package: platformRelease.Platform.Package.Name,
126
PlatformArchitecture: platformRelease.Platform.Architecture,
0 commit comments