From 301bc11d20a257d85d8b870fb7370e2b6ef1ad23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Theilgaard?= Date: Sun, 18 Jul 2021 20:21:31 +0200 Subject: [PATCH] Minor comment Just added a bit to a comment --- Installomator.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installomator.sh b/Installomator.sh index 9313ebb..1686f4a 100755 --- a/Installomator.sh +++ b/Installomator.sh @@ -346,7 +346,7 @@ getAppVersion() { fi fi - # get app from /Applications or find using Spotify + # get app in /Applications, or /Applications/Utilities, or find using Spotify if [[ -d "/Applications/$appName" ]]; then applist="/Applications/$appName" elif [[ -d "/Applications/Utilities/$appName" ]]; then