summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Blecker <admin@toph.ca>2017-07-29 08:46:06 -0700
committerGitHub <noreply@github.com>2017-07-29 08:46:06 -0700
commitf0b0ce0472825ee6ca74c9ec9906b955402325b1 (patch)
treea9335b25519c4a052b9031ecfe5112915e3f1154
parent724d653337928d9cd2bc7d616d0740ef81085ddb (diff)
parent3ed825c281be0b9719581de9d221211973134b7a (diff)
Merge pull request #862 from FengyunPan/fix-godeps
Remove a not exist update-staging-client-go.sh
-rw-r--r--contributors/devel/godep.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/contributors/devel/godep.md b/contributors/devel/godep.md
index 7f236562..c7f2d63c 100644
--- a/contributors/devel/godep.md
+++ b/contributors/devel/godep.md
@@ -86,10 +86,9 @@ godep get $DEP/...
rm -rf Godeps
rm -rf vendor
./hack/godep-save.sh
-# Regenerate removed BUILD, licenses, and client-go Godeps files.
+# Regenerate removed BUILD, licenses.
./hack/update-bazel.sh
./hack/update-godep-licenses.sh
-./hack/update-staging-client-go.sh
# If you haven't followed this doc step-by-step and haven't created a dedicated GOPATH,
# make sure there is no client-go or other staging repo in $GOPATH before running the next command.
./hack/update-staging-godeps.sh