-
Notifications
You must be signed in to change notification settings - Fork 2k
docs: correct typo in test file path #10591
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@kilavvy is attempting to deploy a commit to the Vercel Team on Vercel. A member of the Team first needs to authorize it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Realized that the typo in the test is intentional, since this test is for a non-existent dir. If you can roll that back, happy to merge the README fix!
Head branch was pushed to by a user without write access
@kilavvy, I see that you updated the README, but that is the one that could get a fix. I meant that the test is the one that is correctly misspelled. |
Description:
This pull request addresses a minor typo found in a test file.
Changes:
crates/turborepo-lib/src/run/scope/filter.rs
frompakcages/*
topackages/*
.packages/turbo-vsc/README.md
.This ensures the test setup points to the correct directory, preventing potential issues.