Skip to content

Commit

Permalink
Merge pull request #36125 from kubernetes/typofixgodepdoc
Browse files Browse the repository at this point in the history
Automatic merge from submit-queue

Fix typo in docs/devel/godep.md
  • Loading branch information
Kubernetes Submit Queue committed Nov 3, 2016
2 parents 5bca864 + fd80fd2 commit 8c67d08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/devel/godep.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8c67d08

Please sign in to comment.