Explorar el Código

removed chessRepo parameter

master
guest hace 3 años
padre
commit
57e5313835
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      i.win.js

+ 1
- 1
i.win.js Ver fichero

return cli.prompt(choices, 'git repository : ', chessRepo).then(function(choice){ chessRepo = choice } ) 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 = [ var ifns = [
['git', ['clone', chessRepo + '/chess/elxr'] ] ['git', ['clone', chessRepo + '/chess/elxr'] ]
] ]

Cargando…
Cancelar
Guardar