Skip to content

Commit

Permalink
fix: git path
Browse files Browse the repository at this point in the history
  • Loading branch information
rkdud007 committed Oct 3, 2024
1 parent 1ed7ae4 commit ffe01f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/make/full_flow_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ cairo-compile --cairo_path="packages/eth_essentials" "src/hdp.cairo" --output "b

# Clone the repository if the directory doesn't exist
if [ ! -d "hdp-test" ]; then
git clone https://github.com/HerodotusDev/hdp-test && git checkout hotfix-0.6.0
git clone https://github.com/HerodotusDev/hdp-test && cd hdp-test && git checkout hotfix-0.6.0 && cd ..
fi

echo "Starting tests..."
Expand Down

0 comments on commit ffe01f2

Please sign in to comment.