Skip to content

Commit 6eb5d34

Browse files
santigimenotrevnorris
authored andcommitted
src: fix NODE_RELEASE_URLBASE
So it points to the new location after 5.0.0 release. PR-URL: #27 Reviewed-by: Trevor Norris <[email protected]>
1 parent 3ec83cd commit 6eb5d34

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/node_metadata.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ namespace node {
2121
#if NODE_VERSION_IS_RELEASE
2222
#define NODE_RELEASE_URLBASE \
2323
"https://s3-us-west-2.amazonaws.com/nodesource-public-downloads/" \
24-
NSOLID_VERSION_STRING "/artifacts/headers/" NODE_VERSION_LTS_CODENAME_LC "/"
24+
NODE_VERSION_STRING "-ns" NSOLID_VERSION_STRING "/artifacts/headers/" \
25+
NODE_VERSION_LTS_CODENAME_LC "/"
2526

2627
#endif // NODE_VERSION_IS_RELEASE
2728
#endif // NODE_RELEASE_URLBASE

0 commit comments

Comments
 (0)