1
0
Fork 0

Fix error with changelog

This commit is contained in:
Luca Beltrame 2020-09-19 10:45:55 +02:00
parent a9e720cf22
commit 1513b43163
Signed by: einar
GPG key ID: 4707F46E9EC72DEC

View file

@ -29,7 +29,6 @@ function update() {
pushd "${tempdir}"
echo "Downloading..."
echo "Debug - ${tempdir} ${tarball_url}"
curl -L -O "${tarball_url}"
curl -L -O "${gpg_url}"
@ -69,7 +68,7 @@ echo "Checking for version updates..."
if version_gt "${remote_version}" "v${current_version}"
then
echo "New version found: ${remote_version}"
changelog=$(echo "${github_data} | jq -r '.body'")
changelog=$(echo "${github_data}" | jq -r '.body')
echo "Changes in this version:"
echo "${changelog}"
asset_name=$(echo "${github_data}" | jq -r '.assets[] |