Skip to content

Commit

Permalink
Merge pull request #141 from abeaumont/feature/recommend-javascript
Browse files Browse the repository at this point in the history
cli: Add javascript to the recommended driver set.
  • Loading branch information
abeaumont authored Jan 9, 2018
2 parents 67a907c + ae26a7a commit 7f91b79
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cli/bblfshctl/cmd/driver_install.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ var (
}

RecommendedDriver = map[string]string{
"python": "docker://bblfsh/python-driver:latest",
"java": "docker://bblfsh/java-driver:latest",
"python": "docker://bblfsh/python-driver:latest",
"java": "docker://bblfsh/java-driver:latest",
"javascript": "docker://bblfsh/javascript-driver:latest",
}

SupportedTransports = map[string]bool{
Expand Down

0 comments on commit 7f91b79

Please sign in to comment.