Fix script to update staging area

This commit is contained in:
Nikhita Raghunath 2017-06-17 05:03:25 +05:30
parent 5c999e1aec
commit d4a425fcd9
No known key found for this signature in database
GPG Key ID: B944F27A57CF61F5

View File

@ -146,4 +146,4 @@ If your application depends on a package that client-go depends on, and you let
* or run `godep save` in your application folder to flatten all dependencies.
### Contributing code
Please send pull requests against the client packages in the Kubernetes main [repository](https://github.com/kubernetes/kubernetes), and run the `/staging/copy.sh` script to update the staging area in the main repository. Changes in the staging area will be published to this repository every day.
Please send pull requests against the client packages in the Kubernetes main [repository](https://github.com/kubernetes/kubernetes), and run the `./hack/update-staging-client-go.sh` script to update the staging area in the main repository. Changes in the staging area will be published to this repository every day.