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
2323 fi
2424fi
2525
26- echo " Build the Ruby extractor"
26+ echo " Build the QL extractor"
2727
2828# clone the git dependencies using "git clone" because cargo's builtin git support is rather slow
2929REPO_DIR=" ${CARGO_HOME:-/ home/ vscode/ .cargo} /git/db"
3030REPO_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 "
3232
3333mkdir -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 } "
3535
3636./create-extractor-pack.sh
Original file line number Diff line number Diff line change 11#! /bin/bash
22
33mkdir -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