Skip to content

Commit

Permalink
Bazel: fix 3rdparty update script
Browse files Browse the repository at this point in the history
  • Loading branch information
Paolo Tranquilli committed Dec 18, 2024
1 parent 290a104 commit d6b8d42
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions misc/bazel/3rdparty/update_cargo_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,8 @@

set -eu

"${BASH_SOURCE[0]}/update_py_deps.sh"
"${BASH_SOURCE[0]}/update_tree_sitter_extractors_deps.sh"
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )


"$SCRIPT_DIR/update_py_deps.sh"
"$SCRIPT_DIR/update_tree_sitter_extractors_deps.sh"

0 comments on commit d6b8d42

Please sign in to comment.