We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0706b3 commit db5c600Copy full SHA for db5c600
build/build.js
@@ -9,7 +9,7 @@ const hyperquest = require('hyperzip')(require('hyperdirect'))
9
, files = require('./files')
10
, testReplace = require('./test-replacements')
11
12
- , srcurlpfx = 'https://raw.github.com/joyent/node/v' + process.argv[2] + '-release/'
+ , srcurlpfx = 'https://raw.githubusercontent.com/joyent/node/v' + process.argv[2] + '-release/'
13
, libsrcurl = srcurlpfx + 'lib/'
14
, testsrcurl = srcurlpfx + 'test/simple/'
15
, testlisturl = 'https://github.com/joyent/node/tree/v' + process.argv[2] + '-release/test/simple'
@@ -91,4 +91,4 @@ processFile(
91
testsrcurl + '../common.js'
92
, path.join(testourroot, '../common.js')
93
, testReplace['common.js']
94
-)
+)
0 commit comments