Skip to content

Commit cbc1745

Browse files
committed
Update error message
1 parent dc9acd1 commit cbc1745

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/scripts/npm_publish

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ publish_bundles() {
270270
make clean-dist-bundles
271271
if [[ "$?" -ne 0 ]]; then
272272
echo '' >&2
273-
echo 'Error: unexpected error. Encountered an error when attempting to remove bundles artifacts.' >&2
273+
echo 'Error: unexpected error. Encountered an error when attempting to remove bundle artifacts.' >&2
274274
echo '' >&2
275275
return 1
276276
fi

0 commit comments

Comments
 (0)