git fetch tags

This commit is contained in:
Heavybullets8 2022-08-23 12:53:19 -06:00
parent 66f4a3bdd1
commit b2e8274eab

View File

@ -4,7 +4,7 @@ args=("$@")
self_update() { self_update() {
latest_ver=$(git describe --tags "$(git rev-list --tags --max-count=1)") latest_ver=$(git describe --tags "$(git rev-list --tags --max-count=1)")
git fetch &> /dev/null git fetch --tags &> /dev/null
echo "🅂 🄴 🄻 🄵" echo "🅂 🄴 🄻 🄵"
echo "🅄 🄿 🄳 🄰 🅃 🄴" echo "🅄 🄿 🄳 🄰 🅃 🄴"
if [[ "$hs_version" != "$latest_ver" ]] ; then if [[ "$hs_version" != "$latest_ver" ]] ; then