Skip to content

Commit

Permalink
Update variables.sh: use placeholder for ALLSKY_VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
EricClaeys authored Oct 26, 2023
1 parent 4c8eaed commit b1cbee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.sh
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ if [[ -z "${ALLSKY_VARIABLE_SET}" ]]; then
ALLSKY_DEBUG_LEVEL="$( jq -r '.debuglevel' "${SETTINGS_FILE}" )"

# ALLSKY_VERSION is updated during installation
ALLSKY_VERSION="v2023.05.01_02"
ALLSKY_VERSION="XX_ALLSKY_VERSION_XX"
else
ALLSKY_DEBUG_LEVEL=1
fi
Expand Down

0 comments on commit b1cbee9

Please sign in to comment.