mirror of
https://github.com/AuxXxilium/arc.git
synced 2024-11-24 00:09:53 +07:00
arc-functions: fix typo
Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
parent
145adabcaf
commit
88e4a250db
@ -898,7 +898,7 @@ function updateMenu() {
|
||||
# Ask for Tag
|
||||
TAG=""
|
||||
NEWVER="$(curl -m 10 -skL "https://api.github.com/repos/AuxXxilium/arc-addons/releases" | jq -r ".[].tag_name" | sort -rV | head -1)"
|
||||
OLDVER="$(cat ${ADDONS_PATH}/VERSION)""
|
||||
OLDVER="$(cat ${ADDONS_PATH}/VERSION)"
|
||||
dialog --clear --backtitle "$(backtitle)" --title "Update Addons" \
|
||||
--menu "Current: ${OLDVER} -> Which Version?" 0 0 0 \
|
||||
1 "Latest ${NEWVER}" \
|
||||
|
Loading…
Reference in New Issue
Block a user