remove hyphen in title

This commit is contained in:
Heavybullets8 2022-07-28 17:00:45 -06:00
parent 1fa9e3f908
commit 276f212687

View File

@ -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..."