Merge pull request #923 from yank1/fix-a-typo-in-development.md

fix a typo in development.md
This commit is contained in:
Charlie Drage 2018-02-06 11:09:58 -05:00 committed by GitHub
commit 2e40dd813b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -87,7 +87,7 @@ glide-vc -h
just new subpackage.
2. Run `glide update --strip-vendor` to get new dependencies.
Than run `glide-vc --only-code --no-tests` to delete all unnecessary files from vendor.
Then run `glide-vc --only-code --no-tests` to delete all unnecessary files from vendor.
3. Commit updated `glide.yml`, `glide.lock` and `vendor` to git.
@ -97,7 +97,7 @@ glide-vc -h
1. Set new package version in `glide.yml` file.
2. Run `glide update --strip-vendor` to update dependencies.
Than run `glide-vc --only-code --no-tests` to delete all unnecessary files from vendor.
Then run `glide-vc --only-code --no-tests` to delete all unnecessary files from vendor.
##### Updating Kubernetes and OpenShift