Skip to content

Commit 3eb4bbb

Browse files
nschonniMikeMcC399
andauthored
Apply suggestions from code review
Co-authored-by: Mike McCready <66998419+MikeMcC399@users.noreply.github.com>
1 parent 678ef04 commit 3eb4bbb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

update.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,9 +148,9 @@ function update_node_version() {
148148
if [ -z "$checksum" ]; then
149149
rm -f "${dockerfile}-tmp"
150150
if [ "${SKIP_ALPINE}" = true ]; then
151-
echo "${nodeVersion} is missing the Musl build, but skipping for security release!"
151+
echo "${nodeVersion} is missing the musl build, but skipping for security release!"
152152
else
153-
fatal "Failed to fetch checksum for version ${nodeVersion}"
153+
fatal "Failed to fetch checksum for musl build version ${nodeVersion}"
154154
fi
155155
else
156156
sed -Ei -e "s/(alpine:)0.0/\\1${alpine_version}/" "${dockerfile}-tmp"

0 commit comments

Comments
 (0)