Skip to content

Commit

Permalink
Fix path to setup script (vercel#4643)
Browse files Browse the repository at this point in the history
  • Loading branch information
mehulkar authored and NicholasLYang committed Apr 21, 2023
1 parent ce9d9f5 commit 52b9cc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/Makefile
Expand Up @@ -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)

0 comments on commit 52b9cc5

Please sign in to comment.