Skip to content

Commit

Permalink
Fix path to setup script
Browse files Browse the repository at this point in the history
  • Loading branch information
mehulkar committed Apr 19, 2023
1 parent 19277c0 commit c577300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/Makefile
Original file line number Diff line number Diff line change
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/_helpers/setup_monorepo.sh ./testbed $($@_FIXTURE)

0 comments on commit c577300

Please sign in to comment.