repo name tree_sitter -> tree-sitter

This commit is contained in:
Max Brunsfeld 2014-07-13 21:56:25 -07:00
parent d87b17c2a2
commit 4d17da159f
3 changed files with 3 additions and 3 deletions

View file

@ -3,7 +3,7 @@
set -e
git submodule update --init --recursive
externals/gyp/gyp tree_sitter.gyp --depth . --format=make $@
externals/gyp/gyp project.gyp --depth . --format=make $@
if [ "$1" == "-h" ]; then
cat <<-HELP