Skip to content

Commit

Permalink
Merge fb08f78 into d7c189b
Browse files Browse the repository at this point in the history
  • Loading branch information
Jay Jaeho Lee committed Feb 12, 2015
2 parents d7c189b + fb08f78 commit 39ecbd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/install.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ function checkAndFetchBinaries() {

function fetch() {
var url = [
'https://raw.githubusercontent.com/sass/node-sass-binaries/v',
packageInfo.version, '/', process.sassBinaryName,
'https://raw.githubusercontent.com/sass/node-sass-binaries/master',
'/', process.sassBinaryName,
'/binding.node'
].join('');
var dir = path.join(__dirname, '..', 'vendor', process.sassBinaryName);
Expand Down

0 comments on commit 39ecbd6

Please sign in to comment.