diff options
| author | Shivam Mamgain <shivammamgain47@gmail.com> | 2020-02-23 20:21:30 +0530 |
|---|---|---|
| committer | Shivam Mamgain <shivammamgain47@gmail.com> | 2020-02-23 20:21:30 +0530 |
| commit | 878c7d2edd61d5137ad948fff6dc42c443018fce (patch) | |
| tree | 066138b73f2f98198f277934cb1a20af79d4b3af | |
| parent | bdec08edd1a3791dc0cbf053d13fd781d6a0123a (diff) | |
Fix invalid command: replace absent package
| -rw-r--r-- | contributors/devel/development.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contributors/devel/development.md b/contributors/devel/development.md index 4ab6cc9d..40aa2b52 100644 --- a/contributors/devel/development.md +++ b/contributors/devel/development.md @@ -250,7 +250,7 @@ make update make test # Run package tests verbosely -make test WHAT=./pkg/api/helper GOFLAGS=-v +make test WHAT=./pkg/apis/core/helper GOFLAGS=-v # Run integration tests, requires etcd # For more info, visit https://git.k8s.io/community/contributors/devel/sig-testing/testing.md#integration-tests |
