self-update title newline

This commit is contained in:
Heavybullets8 2022-07-30 17:10:59 -06:00
parent e9c27d7800
commit 2be7b0c5a6

View File

@ -3,7 +3,8 @@
args=("$@") args=("$@")
self_update() { self_update() {
git fetch &> /dev/null git fetch &> /dev/null
echo "🅂 🄴 🄻 🄵 🅄 🄿 🄳 🄰 🅃 🄴" echo "🅂 🄴 🄻 🄵"
echo "🅄 🄿 🄳 🄰 🅃 🄴"
if git diff --name-only origin/main | grep -qs ".sh" ; then if git diff --name-only origin/main | grep -qs ".sh" ; then
echo "Found a new version of HeavyScript, updating myself..." echo "Found a new version of HeavyScript, updating myself..."
git reset --hard -q git reset --hard -q