Fix typo in docs/devel/godep.md

This commit is contained in:
Saad Ali 2016-11-02 19:07:35 -07:00 committed by GitHub
parent d7b6245ab0
commit fd80fd2e88

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