From 4c9ab664f4d51c150c6af7a95e6bb50becbcc3fb Mon Sep 17 00:00:00 2001
From: PowerUser64 <blakelysnorth@gmail.com>
Date: Wed, 22 Jun 2022 11:12:33 -0700
Subject: [PATCH] upd: oops

---
 .config/shell/bin/upd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.config/shell/bin/upd b/.config/shell/bin/upd
index 4f999f8..92512d3 100755
--- a/.config/shell/bin/upd
+++ b/.config/shell/bin/upd
@@ -12,7 +12,7 @@ fi
 if command -v tput > /dev/null; then
    GREEN="$(tput setaf 2)"
    NC="$(tput sgr0)"
-elif [ -n "$TERMUX_VERSION"]
+elif [ -n "$TERMUX_VERSION" ]; then
    GREEN=""
    NC="(B"
 fi