remove parenthesis in latestver

This commit is contained in:
Heavybullets8 2022-08-23 12:56:01 -06:00
parent b2e8274eab
commit 6fe0762434

View File

@ -9,7 +9,7 @@ echo "🅂 🄴 🄻 🄵"
echo "🅄 🄿 🄳 🄰 🅃 🄴" echo "🅄 🄿 🄳 🄰 🅃 🄴"
if [[ "$hs_version" != "$latest_ver" ]] ; then if [[ "$hs_version" != "$latest_ver" ]] ; then
echo "Found a new version of HeavyScript, updating myself..." echo "Found a new version of HeavyScript, updating myself..."
git checkout "($latest_ver)" git checkout "$latest_ver"
count=0 count=0
for i in "${args[@]}" for i in "${args[@]}"
do do