Fix step name
authorJunghyun Yeon <jungh.yeon@samsung.com>
Mon, 22 Feb 2021 04:19:25 +0000 (13:19 +0900)
committerJunghyun Yeon <jungh.yeon@samsung.com>
Mon, 22 Feb 2021 04:19:25 +0000 (13:19 +0900)
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
src/rpk/rpk_installer.cc

index 4491906..3962e3d 100644 (file)
@@ -33,7 +33,7 @@ void RpkInstaller::InstallSteps() {
 
   RemoveStep("RemoveGlobalAppSymlinks");
   RemoveStep("AcquireExternalStorage");
-  RemoveStep("CopyTEP");
+  RemoveStep("CopyTep");
   RemoveStep("CreateIcons");
   RemoveStep("RegisterTrustAnchor");
   RemoveStep("PrivacyPrivilege");