mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 04:46:41 +00:00
Use plurar or singular form
This commit is contained in:
@@ -33,7 +33,11 @@ main() {
|
||||
|
||||
echo ":tropical_drink:↑${count} | dropdown=false"
|
||||
echo '---'
|
||||
echo "$count outdated casks"
|
||||
if [ "$count" == "1" ]; then
|
||||
echo "$count outdated cask"
|
||||
else
|
||||
echo "$count outdated casks"
|
||||
fi
|
||||
|
||||
if [ "$count" -gt 0 ]; then
|
||||
echo 'Upgrade all casks | terminal=true refresh=true' \
|
||||
|
||||
Reference in New Issue
Block a user