瀏覽代碼

removed chessRepo parameter

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

Loading…
取消
儲存