From 482a89aadd33a0ea0cc3a75056caddcc498a275f Mon Sep 17 00:00:00 2001 From: Junghyun Yeon Date: Mon, 22 Feb 2021 13:19:25 +0900 Subject: [PATCH] Fix step name Signed-off-by: Junghyun Yeon --- src/rpk/rpk_installer.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rpk/rpk_installer.cc b/src/rpk/rpk_installer.cc index 4491906..3962e3d 100644 --- a/src/rpk/rpk_installer.cc +++ b/src/rpk/rpk_installer.cc @@ -33,7 +33,7 @@ void RpkInstaller::InstallSteps() { RemoveStep("RemoveGlobalAppSymlinks"); RemoveStep("AcquireExternalStorage"); - RemoveStep("CopyTEP"); + RemoveStep("CopyTep"); RemoveStep("CreateIcons"); RemoveStep("RegisterTrustAnchor"); RemoveStep("PrivacyPrivilege"); -- 2.7.4