Skip to content

Commit 978ea15

Browse files
authored
Update getNewestAllskyVersion.sh: Improve comment
1 parent e1e1517 commit 978ea15

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

scripts/utilities/getNewestAllskyVersion.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ if [[ ${CURRENT_VERSION} == "${NEWEST_VERSION}" ]]; then
3737
elif [[ ${CURRENT_VERSION} < "${NEWEST_VERSION}" ]]; then
3838
RET="${EXIT_PARTIAL_OK}"
3939
else
40-
RET=0 # Current newer than newest - this should not happen in normal use
40+
# Current newer than newest - this can happen if testing a newer release.
41+
RET=0
4142
fi
4243

4344
echo "${NEWEST_VERSION}"

0 commit comments

Comments
 (0)