Update run

This commit is contained in:
Alexandre
2021-01-30 21:22:50 +01:00
committed by GitHub
parent 04077b9af1
commit 6367a3feb0

View File

@@ -26,10 +26,10 @@ for addons in $(bashio::config "addon|keys"); do
#If beta flag, select beta version
if [ ${BETA} = true ]; then
bashio::log.info "... $SLUG : beta is on"
LASTVERSION=$(lastversion --pre $UPSTREAM)
LASTVERSION=$(lastversion --pre https://github.com/$UPSTREAM)
else
bashio::log.info "... $SLUG : beta is off"
LASTVERSION=$(lastversion $UPSTREAM)
LASTVERSION=$(lastversion https://github.com/$UPSTREAM)
fi
if [ ${CURRENT} != ${LASTVERSION} ]; then