Commit 94d766a9 by Marcin Cieślak

Use https:// to check out libsass code

parent 00ea12cf
......@@ -77,7 +77,7 @@ function initSubmodules(cb) {
console.log('Detected a git install');
console.log('Cloning libSass into src/libsass');
var clone = spawn('git', ['clone', 'git@github.com:sass/libsass.git', './src/libsass']);
var clone = spawn('git', ['clone', 'https://github.com/sass/libsass.git', './src/libsass']);
manageProcess(clone, function(err) {
if (err) {
cb(err);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment