ソースを参照

removed chessRepo parameter

master
guest 2年前
コミット
57e5313835
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      i.win.js

+ 1
- 1
i.win.js ファイルの表示

@@ -1506,7 +1506,7 @@ 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'] ]
]

読み込み中…
キャンセル
保存