diff options
| author | k8s-merge-robot <k8s.production.user@gmail.com> | 2016-07-26 15:01:23 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-07-26 15:01:23 -0700 |
| commit | a5006a35b8f6cba5dee8fd88c5e4f4ba7b9c7aa2 (patch) | |
| tree | f439e31e6f6f321804511e72b18e034ecf189a42 | |
| parent | 6837233c7d5871d9269e9a9e851c6f26b633aeae (diff) | |
| parent | 0b5ff92dd20cf18182dd968883934990b7d830d8 (diff) | |
Merge pull request #29586 from kubernetes/childsb-patch-1
Automatic merge from submit-queue
Update pull-requests.md fix typo
Fix the make target for `make test-integration`
| -rw-r--r-- | pull-requests.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pull-requests.md b/pull-requests.md index 24524d90..7bc4d967 100644 --- a/pull-requests.md +++ b/pull-requests.md @@ -71,7 +71,7 @@ The following will save time for both you and your reviewer: * Enable [pre-commit hooks](development.md#committing-changes-to-your-fork) and verify they pass. * Verify `make verify` passes. * Verify `make test` passes. -* Verify `make test-integration.sh` passes. +* Verify `make test-integration` passes. ## Release Notes |
