remove parenthesis in latestver
This commit is contained in:
parent
b2e8274eab
commit
6fe0762434
@ -9,7 +9,7 @@ echo "🅂 🄴 🄻 🄵"
|
||||
echo "🅄 🄿 🄳 🄰 🅃 🄴"
|
||||
if [[ "$hs_version" != "$latest_ver" ]] ; then
|
||||
echo "Found a new version of HeavyScript, updating myself..."
|
||||
git checkout "($latest_ver)"
|
||||
git checkout "$latest_ver"
|
||||
count=0
|
||||
for i in "${args[@]}"
|
||||
do
|
||||
|
Loading…
Reference in New Issue
Block a user