fix: corrected print-out message in self-update routine

Co-authored-by: vladislav doster <mvdoster@gmail.com>
This commit is contained in:
Andrea Alberti 2026-02-18 09:39:22 +01:00
parent 6cf2f2990d
commit bb37f3bbd8
No known key found for this signature in database

View file

@ -1983,7 +1983,7 @@ print -- "\nAvailable ice-modifiers:\n\n${ice_order[*]}"
return 0
fi
fi
(( ! quiet )) && builtin print -P -- "Already up-to-date."
(( ! quiet )) && +zi-log "{m} Already up to date"
return 1
fi
} # ]]]