1
0
mirror of https://github.com/tw93/Mole.git synced 2026-02-04 19:44:44 +00:00

chore: auto format code

This commit is contained in:
Tw93
2025-12-17 03:57:08 +00:00
parent a667a1a777
commit 694f5e76db
3 changed files with 4 additions and 6 deletions

View File

@@ -280,9 +280,9 @@ get_software_updates() {
pending_updates=$(defaults read /Library/Preferences/com.apple.SoftwareUpdate LastRecommendedUpdatesAvailable 2> /dev/null || echo "0")
if [[ "$pending_updates" -gt 0 ]]; then
echo "Updates Available"
echo "Updates Available"
else
echo ""
echo ""
fi
}