Parcourir la source

removed chessRepo parameter

production
guest il y a 2 ans
Parent
révision
57e5313835
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      i.win.js

+ 1
- 1
i.win.js Voir le fichier

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

Chargement…
Annuler
Enregistrer