Skip to content

Commit f4532a7

Browse files
cmaglieper1234
andauthored
Update commands/core/uninstall.go
Co-authored-by: per1234 <accounts@perglass.com>
1 parent 78c85c3 commit f4532a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands/core/uninstall.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ func uninstallPlatformRelease(pm *packagemanager.PackageManager, platformRelease
8282
}
8383

8484
log.Info("Platform uninstalled")
85-
taskCB(&rpc.TaskProgress{Message: fmt.Sprintf(tr("Platofrm %s uninstalled"), platformRelease), Completed: true})
85+
taskCB(&rpc.TaskProgress{Message: fmt.Sprintf(tr("Platform %s uninstalled"), platformRelease), Completed: true})
8686
return nil
8787
}
8888

0 commit comments

Comments
 (0)