From b2e8274eab5aa865c24c333af2de06b562a85e88 Mon Sep 17 00:00:00 2001 From: Heavybullets8 Date: Tue, 23 Aug 2022 12:53:19 -0600 Subject: [PATCH] git fetch tags --- 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 268cc21e..0e32e23a 100644 --- a/functions/self_update.sh +++ b/functions/self_update.sh @@ -4,7 +4,7 @@ args=("$@") self_update() { latest_ver=$(git describe --tags "$(git rev-list --tags --max-count=1)") -git fetch &> /dev/null +git fetch --tags &> /dev/null echo "🅂 🄴 🄻 🄵" echo "🅄 🄿 🄳 🄰 🅃 🄴" if [[ "$hs_version" != "$latest_ver" ]] ; then