Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
haiqi96 committed Aug 8, 2024
1 parent ea6b41b commit 4798102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/scripts/deps-download/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -e

script_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
project_root_dir="$script_dir"/../../../
download_dep_script="${project_root_dir}"/tools/scripts/download-dep.py
download_dep_script="$script_dir"/download-dep.py

python3 "${download_dep_script}" \
https://github.com/y-scope/yscope-dev-utils/archive/ff1611e6.zip \
Expand Down

0 comments on commit 4798102

Please sign in to comment.