diff --git a/references/cli/uninstall.go b/references/cli/uninstall.go index 05333de41..84c7cf5b0 100644 --- a/references/cli/uninstall.go +++ b/references/cli/uninstall.go @@ -80,7 +80,7 @@ func NewUnInstallCommand(c common.Args, order string, ioStreams util.IOStreams) return errors.Wrapf(err, "cannot check installed addon") } if len(addons) != 0 { - return fmt.Errorf("these addons have been eanbled :%v, please guarantee there is no application using these addons and use `vela uninstall -f` uninstall include addon ", addons) + return fmt.Errorf("these addons have been enabled :%v, please guarantee there is no application using these addons and use `vela uninstall -f` uninstall include addon ", addons) } }