-
Notifications
You must be signed in to change notification settings - Fork 312
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
Fix typo with find command #1256
Conversation
Fix typo for find command.
Codecov Report
@@ Coverage Diff @@
## master #1256 +/- ##
===========================================
- Coverage 49.80% 26.49% -23.32%
===========================================
Files 289 275 -14
Lines 20642 19120 -1522
===========================================
- Hits 10280 5065 -5215
- Misses 8706 13284 +4578
+ Partials 1656 771 -885
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
/cc @Reviewer |
@rkazak: GitHub didn't allow me to request PR reviews from the following users: reviewer. Note that only pingcap members and repo collaborators can review this PR, and authors cannot review their own PRs. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/lgtm |
[REVIEW NOTIFICATION] This pull request has been approved by:
To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. Reviewer can indicate their review by writing |
Thank you @rkazak |
/merge |
This pull request has been accepted and is ready to merge. Commit hash: 7068cc2
|
/merge |
Fix typo for find command.
What problem does this PR solve?
When running make we see
What is changed and how it works?
Added in missing '.' - local dir path.
Check List
Tests
Code changes
Side effects
Related changes
Release notes: