We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1e1517 commit 978ea15Copy full SHA for 978ea15
1 file changed
scripts/utilities/getNewestAllskyVersion.sh
@@ -37,7 +37,8 @@ if [[ ${CURRENT_VERSION} == "${NEWEST_VERSION}" ]]; then
37
elif [[ ${CURRENT_VERSION} < "${NEWEST_VERSION}" ]]; then
38
RET="${EXIT_PARTIAL_OK}"
39
else
40
- RET=0 # Current newer than newest - this should not happen in normal use
+ # Current newer than newest - this can happen if testing a newer release.
41
+ RET=0
42
fi
43
44
echo "${NEWEST_VERSION}"
0 commit comments