From 0c1771375115919a29bca3f952ce825164bf5c94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Theilgaard?= Date: Tue, 20 Jul 2021 19:51:44 +0200 Subject: [PATCH] Update Installomator.sh --- Installomator.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installomator.sh b/Installomator.sh index 1686f4a..d4e9a11 100755 --- a/Installomator.sh +++ b/Installomator.sh @@ -346,7 +346,7 @@ getAppVersion() { fi fi - # get app in /Applications, or /Applications/Utilities, or find using Spotify + # get app in /Applications, or /Applications/Utilities, or find using Spotlight if [[ -d "/Applications/$appName" ]]; then applist="/Applications/$appName" elif [[ -d "/Applications/Utilities/$appName" ]]; then