Skip to content

Commit

Permalink
Fix path to setup script for fixture target in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
mehulkar committed Apr 19, 2023
1 parent 19277c0 commit 3b70c5d
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 3b70c5d

Please sign in to comment.