Skip to content

Commit d2994e5

Browse files
tniessentargos
authored andcommitted
tools: fix skip message in update-cjs-module-lexer
Refs: #47446 PR-URL: #47701 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Deokjin Kim <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Filip Skokan <[email protected]>
1 parent a1403a8 commit d2994e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/dep_updaters/update-cjs-module-lexer.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ CURRENT_VERSION=$("$NODE" -p "require('./deps/cjs-module-lexer/package.json').ve
2424
echo "Comparing $NEW_VERSION with $CURRENT_VERSION"
2525

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

0 commit comments

Comments
 (0)