File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -23,14 +23,14 @@ if [ "${CURRENT_CODEQL_BIN}" != "${LATEST_CODEQL_BIN}" ]; then
23
23
fi
24
24
fi
25
25
26
- echo " Build the Ruby extractor"
26
+ echo " Build the QL extractor"
27
27
28
28
# clone the git dependencies using "git clone" because cargo's builtin git support is rather slow
29
29
REPO_DIR=" ${CARGO_HOME:-/ home/ vscode/ .cargo} /git/db"
30
30
REPO_DIR_ERB=" ${REPO_DIR} /tree-sitter-embedded-template-4c796e3340c233b6"
31
- REPO_DIR_RUBY =" ${REPO_DIR} /tree-sitter-ruby-666a40ce046f8e7a "
31
+ REPO_DIR_QL =" ${REPO_DIR} /tree-sitter-ql-52319df96d97078e "
32
32
33
33
mkdir -p " ${REPO_DIR} "
34
- test -e " ${REPO_DIR_RUBY } " || git clone -q --bare https://github.com/tree-sitter/tree-sitter-ql.git " ${REPO_DIR_RUBY } "
34
+ test -e " ${REPO_DIR_QL } " || git clone -q --bare https://github.com/tree-sitter/tree-sitter-ql.git " ${REPO_DIR_QL } "
35
35
36
36
./create-extractor-pack.sh
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
3
mkdir -p /home/vscode/.config/codeql
4
- echo ' --search-path /workspaces/codeql-ruby ' >> /home/vscode/.config/codeql/config
4
+ echo ' --search-path /workspaces/codeql-ql ' >> /home/vscode/.config/codeql/config
You can’t perform that action at this time.
0 commit comments