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:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user