1
0
mirror of https://github.com/tw93/Mole.git synced 2026-02-11 17:03:59 +00:00

chore: format code; fix lint issues

This commit is contained in:
Oleksandr Redko
2026-01-16 17:39:05 +02:00
parent d8217235bd
commit 9b16601117
5 changed files with 9 additions and 26 deletions

View File

@@ -179,8 +179,8 @@ brew_uninstall_cask() {
# Ensure we have sudo access if needed, to prevent brew from hanging on password prompt
# Many brew casks need sudo to uninstall
if ! sudo -n true 2> /dev/null; then
# If we don't have sudo, try to get it (visibly)
sudo -v
# If we don't have sudo, try to get it (visibly)
sudo -v
fi
local uninstall_ok=false