From ffe01f201288591bceec86cd57136d7b89ad3a4e Mon Sep 17 00:00:00 2001 From: Pia Date: Thu, 3 Oct 2024 10:58:14 -0700 Subject: [PATCH] fix: git path --- tools/make/full_flow_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/make/full_flow_test.sh b/tools/make/full_flow_test.sh index d0d7e072..c2c05842 100755 --- a/tools/make/full_flow_test.sh +++ b/tools/make/full_flow_test.sh @@ -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..."