From c9c77c1d6cb4d4ae41bca9ac2c4cb26b1404e6b9 Mon Sep 17 00:00:00 2001 From: Heavybullets8 Date: Thu, 28 Jul 2022 14:05:21 -0600 Subject: [PATCH] change just for test --- 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 5b404492..82342d33 100644 --- a/functions/self_update.sh +++ b/functions/self_update.sh @@ -4,7 +4,7 @@ args=("$@") self_update() { git fetch &> /dev/null echo "🅂 🄴 🄻 🄵 🅄 🄿 🄳 🄰 🅃 🄴 :" -# TODO: change beta to main once testing is complete +# 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..." git reset --hard -q