From 1ce7681a31c10e41d993487da161972e951781cb Mon Sep 17 00:00:00 2001 From: Riley Testut Date: Wed, 26 Oct 2022 18:22:16 -0500 Subject: [PATCH] Fixes typo when printing MyAppsViewController.deactivate() error --- AltStore/My Apps/MyAppsViewController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AltStore/My Apps/MyAppsViewController.swift b/AltStore/My Apps/MyAppsViewController.swift index 40d3d844..dc2f8b5b 100644 --- a/AltStore/My Apps/MyAppsViewController.swift +++ b/AltStore/My Apps/MyAppsViewController.swift @@ -1135,7 +1135,7 @@ private extension MyAppsViewController } catch { - print("Failed to activate app:", error) + print("Failed to deactivate app:", error) DispatchQueue.main.async { installedApp.isActive = true