From 816fab82aba04ab4bb06867e46bc1105986b82ab Mon Sep 17 00:00:00 2001 From: Mehul Kar Date: Wed, 19 Apr 2023 15:26:22 -0700 Subject: [PATCH] Fix path to setup script (#4643) --- cli/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/Makefile b/cli/Makefile index ba786683eabaf..90db191661e67 100644 --- a/cli/Makefile +++ b/cli/Makefile @@ -328,5 +328,5 @@ fixture-%: @echo "fixture setup $($@_FIXTURE)" rm -rf testbed mkdir -p testbed - ./integration_tests/_helpers/setup_monorepo.sh ./testbed $($@_FIXTURE) + ../turborepo-tests/integration/tests/_helpers/setup_monorepo.sh ./testbed $($@_FIXTURE)