Skip to content

Commit

Permalink
One more shfmt fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chorrell committed Jun 8, 2024
1 parent 464bac5 commit c9783b1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions check-missing-versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ NODE_VERSIONS=$(curl -fsSLo- --compressed https://nodejs.org/dist/index.json | j

MISSING_VERSIONS=()
for NODE_VERSION in $NODE_VERSIONS; do
if ! docker manifest inspect chorrell/node-minimal:"${NODE_VERSION}" > /dev/null 2>&1;
then
if ! docker manifest inspect chorrell/node-minimal:"${NODE_VERSION}" > /dev/null 2>&1; then
MISSING_VERSIONS+=("${NODE_VERSION}")
fi
done
Expand Down

0 comments on commit c9783b1

Please sign in to comment.