Skip to content

Commit

Permalink
tools: fix skip message in update-cjs-module-lexer
Browse files Browse the repository at this point in the history
  • Loading branch information
tniessen authored Apr 24, 2023
1 parent 3e74590 commit 17035c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/dep_updaters/update-cjs-module-lexer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ CURRENT_VERSION=$("$NODE" -p "require('./deps/cjs-module-lexer/package.json').ve
echo "Comparing $NEW_VERSION with $CURRENT_VERSION"

if [ "$NEW_VERSION" = "$CURRENT_VERSION" ]; then
echo "Skipped because ada is on the latest version."
echo "Skipped because cjs-module-lexer is on the latest version."
exit 0
fi

Expand Down

0 comments on commit 17035c7

Please sign in to comment.