Skip to content

Commit 234e691

Browse files
jbergstroemrvagg
authored andcommitted
build: Fix incorrect reference
PR-URL: #924 Reviewed-By: Brendan Ashworth <brendan.ashworth@me.com> Reviewed-By: Rod Vagg <rod@vagg.org>
1 parent 1738c77 commit 234e691

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ release-only:
247247
else \
248248
echo "" >&2 ; \
249249
echo "#NODE_VERSION_IS_RELEASE is set to $(RELEASE)." >&2 ; \
250-
echo "Did you remember to update src/node_version.cc?" >&2 ; \
250+
echo "Did you remember to update src/node_version.h?" >&2 ; \
251251
echo "" >&2 ; \
252252
exit 1 ; \
253253
fi

0 commit comments

Comments
 (0)