소스 검색

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…
취소
저장