Merge pull request #36125 from kubernetes/typofixgodepdoc

Automatic merge from submit-queue

Fix typo in docs/devel/godep.md
pull/6/head
Kubernetes Submit Queue 2016-11-03 02:09:05 -07:00 committed by GitHub
commit 8c67d08e3a
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ godep get $DEP/...
rm -rf Godeps
rm -rf vendor
./hack/godep-save.sh
git co -- $(git st -s | grep "^ D" | awk '{print $2}' | grep ^Godeps)
git checkout -- $(git status -s | grep "^ D" | awk '{print $2}' | grep ^Godeps)
```
_If `go get -u path/to/dependency` fails with compilation errors, instead try