From b8e649badf3979b076b00173302ed8ab348d0ae9 Mon Sep 17 00:00:00 2001 From: Heavybullets8 Date: Thu, 28 Jul 2022 14:21:21 -0600 Subject: [PATCH] remove colon --- functions/self_update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/self_update.sh b/functions/self_update.sh index 3f2445c3..b4b88664 100644 --- a/functions/self_update.sh +++ b/functions/self_update.sh @@ -3,7 +3,7 @@ args=("$@") self_update() { git fetch &> /dev/null -echo "🅂 🄴 🄻 🄵 - 🅄 🄿 🄳 🄰 🅃 🄴 :" +echo "🅂 🄴 🄻 🄵 - 🅄 🄿 🄳 🄰 🅃 🄴" # TODO: change beta to main once testing is complete if git diff --name-only origin/beta | grep -qs ".sh" ; then echo "Found a new version of HeavyScript, updating myself..."