Skip to content

Commit

Permalink
fix variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
digrouz committed Jan 21, 2023
1 parent cf548c0 commit 253eb29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

MINIFLUX_URL="https://api.github.com/repos/miniflux/v2/releases"

FULL_LAST_VERSION=$(curl -SsL ${MINIFLUX_URL_URL} | jq -c '.[] | select( .prerelease == false )' | jq .name -r | head -1 )
FULL_LAST_VERSION=$(curl -SsL ${MINIFLUX_URL} | jq -c '.[] | select( .prerelease == false )' | jq .name -r | head -1 )
LAST_VERSION="${FULL_LAST_VERSION}"

sed -i -e "s|MINIFLUX_URL_VERSION='.*'|MINIFLUX_URL_VERSION='${LAST_VERSION}'|" Dockerfile*
Expand Down

0 comments on commit 253eb29

Please sign in to comment.