Sfoglia il codice sorgente

removed chessRepo parameter

production
guest 3 anni fa
parent
commit
57e5313835
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      i.win.js

+ 1
- 1
i.win.js Vedi File

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'] ]
] ]

Loading…
Annulla
Salva