| @@ -1506,8 +1506,10 @@ function __main( selectedinstance ){ | |||
| return cli.prompt(choices, 'git repository : ', chessRepo).then(function(choice){ chessRepo = choice } ) | |||
| } | |||
| ) | |||
| return any(steps).then(function(chessRepo){ | |||
| return any(steps).then(function(){ | |||
| var ifns = [ | |||
| ['git', ['clone', chessRepo + '/chess/elxr'] ] | |||
| ] | |||
| if(existsSyncFolder( selectedinstance.root + '\\elxr')) { | |||