File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -418,7 +418,7 @@ find_app_files() {
418418 [[ -d ~ /Library/Application\ Support/" $nospace_name " ]] && files_to_clean+=(" $HOME /Library/Application Support/$nospace_name " )
419419 [[ -d ~ /Library/Caches/" $nospace_name " ]] && files_to_clean+=(" $HOME /Library/Caches/$nospace_name " )
420420 [[ -d ~ /Library/Logs/" $nospace_name " ]] && files_to_clean+=(" $HOME /Library/Logs/$nospace_name " )
421-
421+
422422 local underscore_name=" ${app_name// / _} "
423423 [[ -d ~ /Library/Application\ Support/" $underscore_name " ]] && files_to_clean+=(" $HOME /Library/Application Support/$underscore_name " )
424424 fi
@@ -612,7 +612,7 @@ find_app_system_files() {
612612 # System Application Support
613613 [[ -d /Library/Application\ Support/" $app_name " ]] && system_files+=(" /Library/Application Support/$app_name " )
614614 [[ -d /Library/Application\ Support/" $bundle_id " ]] && system_files+=(" /Library/Application Support/$bundle_id " )
615-
615+
616616 # Sanitized App Name (remove spaces)
617617 if [[ ${# app_name} -gt 3 && " $app_name " =~ [[:space:]] ]]; then
618618 local nospace_name=" ${app_name// / } "
You can’t perform that action at this time.
0 commit comments