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