mirror of
https://github.com/eliasstepanik/ark-ac-server-tools.git
synced 2026-01-19 21:48:29 +00:00
Fix display of release notes
This commit is contained in:
parent
7636f0a5a7
commit
26407a5530
@ -101,7 +101,7 @@ doUpgradeToolsFromRelease(){
|
||||
|
||||
echo "Getting latest release..."
|
||||
# Read the variables from github
|
||||
while IFS=$'\t' read n v; do
|
||||
while IFS=$'\t' read -r n v; do
|
||||
case "${n}" in
|
||||
tag_name) tagname="${v}"; ;;
|
||||
body) desc="${v}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user