Fix fixtures path in fetch_languages script
This commit is contained in:
parent
90cbd61280
commit
3bc7045e05
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
GRAMMARS_DIR=$(dirname $0)/../spec/grammars
|
||||
GRAMMARS_DIR=$(dirname $0)/../spec/fixtures
|
||||
|
||||
GRAMMARS=(
|
||||
javascript
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue