mirror of
https://github.com/tw93/Mole.git
synced 2026-03-22 20:15:07 +00:00
chore: auto format code
This commit is contained in:
@@ -117,7 +117,7 @@ perform_updates() {
|
||||
if "$mole_bin" update 2>&1 | grep -qE "(Updated|latest version)"; then
|
||||
echo -e "${GREEN}${ICON_SUCCESS}${NC} Mole updated"
|
||||
reset_mole_cache
|
||||
((updated_count++))
|
||||
((updated_count++)) || true
|
||||
else
|
||||
echo -e "${RED}✗${NC} Mole update failed"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user