From fd80fd2e8881fd79924c8430773e2716dfdad1f4 Mon Sep 17 00:00:00 2001 From: Saad Ali Date: Wed, 2 Nov 2016 19:07:35 -0700 Subject: [PATCH] Fix typo in docs/devel/godep.md --- docs/devel/godep.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/devel/godep.md b/docs/devel/godep.md index c19157c696a..ddd6c5b1484 100644 --- a/docs/devel/godep.md +++ b/docs/devel/godep.md @@ -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