Переглянути джерело

removed chessRepo parameter

pull/9/head
guest 3 роки тому
джерело
коміт
57e5313835
1 змінених файлів з 1 додано та 1 видалено
  1. 1
    1
      i.win.js

+ 1
- 1
i.win.js Переглянути файл

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

Завантаження…
Відмінити
Зберегти