mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 20:53:33 +00:00
Merge pull request #36125 from kubernetes/typofixgodepdoc
Automatic merge from submit-queue Fix typo in docs/devel/godep.md
This commit is contained in:
commit
8c67d08e3a
@ -86,7 +86,7 @@ godep get $DEP/...
|
|||||||
rm -rf Godeps
|
rm -rf Godeps
|
||||||
rm -rf vendor
|
rm -rf vendor
|
||||||
./hack/godep-save.sh
|
./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
|
_If `go get -u path/to/dependency` fails with compilation errors, instead try
|
||||||
|
Loading…
Reference in New Issue
Block a user