From 27e54e8ddddf22619dc1d449f0326c8f5f4aa7de Mon Sep 17 00:00:00 2001 From: Armin Briegel <1933192+scriptingosx@users.noreply.github.com> Date: Mon, 18 May 2020 11:45:42 +0200 Subject: [PATCH] fixed a stray typo --- Installomator.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installomator.sh b/Installomator.sh index 11c90d8..304379a 100755 --- a/Installomator.sh +++ b/Installomator.sh @@ -512,7 +512,7 @@ case $label in downloadURL=$(curl -fs https://royaltsx-v4.royalapps.com/updates_stable | xpath '//rss/channel/item[1]/enclosure/@url' 2>/dev/null | cut -d '"' -f 2) expectedTeamID="VXP8K9EDP6" ;; -s appcleaner) + appcleaner) # credit: Tadayuki Onishi (@kenchan0130) name="AppCleaner" type="zip"