Skip to content

Commit

Permalink
etcher test
Browse files Browse the repository at this point in the history
  • Loading branch information
silentJET85 committed Jan 1, 2025
1 parent d66cde7 commit e101c9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 01-main/packages/balena-etcher
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ DEFVER=1
get_github_releases "balena-io/etcher"
if [ "${ACTION}" != "prettylist" ]; then
URL=$(grep -m 1 "browser_download_url.*amd64\.deb\"" "${CACHE_FILE}" | cut -d'"' -f4)
VERSION_PUBLISHED=$(echo "${URL}" | cut -d'_' -f2)
VERSION_PUBLISHED=$(echo "${URL}" | cut -d'_' -f3)
fi
PRETTY_NAME="Etcher"
WEBSITE="https://www.balena.io/etcher/"
Expand Down

0 comments on commit e101c9b

Please sign in to comment.