From 7995045c9d9684c6698ebb5c907c8f11e4e4dbfa Mon Sep 17 00:00:00 2001 From: Nikolai Papin Date: Fri, 26 Sep 2025 09:02:40 +0300 Subject: [PATCH] fix: grammar stuff with the checkupdates script --- bspwm/checkupdates.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bspwm/checkupdates.sh b/bspwm/checkupdates.sh index db3d9e0..8093fdb 100755 --- a/bspwm/checkupdates.sh +++ b/bspwm/checkupdates.sh @@ -12,8 +12,9 @@ count=$(cat /tmp/checkupdates) status="$count updates" if [[ $count -eq 0 ]]; then status="Up to date" +elif [[ $count == "1" ]]; then + status="$count update" fi - echo "$status" upd & disown