Skip to content

Commit

Permalink
build: Fix incorrect reference
Browse files Browse the repository at this point in the history
PR-URL: #924
Reviewed-By: Brendan Ashworth <[email protected]>
Reviewed-By: Rod Vagg <[email protected]>
  • Loading branch information
jbergstroem authored and rvagg committed Feb 24, 2015
1 parent 1738c77 commit 234e691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ release-only:
else \
echo "" >&2 ; \
echo "#NODE_VERSION_IS_RELEASE is set to $(RELEASE)." >&2 ; \
echo "Did you remember to update src/node_version.cc?" >&2 ; \
echo "Did you remember to update src/node_version.h?" >&2 ; \
echo "" >&2 ; \
exit 1 ; \
fi
Expand Down

0 comments on commit 234e691

Please sign in to comment.