Doing too much.

This commit is contained in:
Andre Cruz
2013-04-24 19:14:05 +01:00
parent 3f7bd98174
commit 938ae7dc8e

View File

@@ -36,9 +36,6 @@ if (!fs.existsSync(githubTestPackage)) {
console.log('Successfully downloaded "test-package"');
return updateBranches();
})
.then(function () {
return updateBranches();
})
.done();
} else {
console.log('Fetching "test-package"..');