remove mandatory params

stable
Juanfran 2015-01-19 07:51:29 +01:00
parent dae0165578
commit c24f3e6761
1 changed files with 0 additions and 6 deletions

View File

@ -7,12 +7,6 @@ var ncp = Promise.promisify(require('ncp').ncp);
var local = 'tmp';
var repo = 'https://github.com/taigaio/taiga-front';
var params = process.argv.slice(2);
if (params.length !== 2) {
throw "Github user & password rerquired";
}
var action = (function cloneOrPull(){
var cloned = fs.existsSync(local);