summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Blecker <admin@toph.ca>2017-07-06 11:19:41 -0700
committerGitHub <noreply@github.com>2017-07-06 11:19:41 -0700
commit9ce5b3e29a5f58dc770b6050f298386f3870af5d (patch)
treed59a15cd0a558bf2a18bb115cbfb0efeacc08a6b
parentb78c9b0060673af9a0d7fbec13d618492a3cbb02 (diff)
parent6c9c582f4e27df507ca47d46e857b02838c888ef (diff)
Merge pull request #781 from gnufied/fix-godep-cmd
Minor fix for fixing godep command
-rw-r--r--contributors/devel/godep.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/contributors/devel/godep.md b/contributors/devel/godep.md
index a47641ad..10b32dac 100644
--- a/contributors/devel/godep.md
+++ b/contributors/devel/godep.md
@@ -88,7 +88,7 @@ rm -rf vendor
./hack/godep-save.sh
# Regenerate removed BUILD, licenses, and client-go Godeps files.
./hack/update-bazel.sh
-./hack/update-godeps-licenses.sh
+./hack/update-godep-licenses.sh
./hack/update-staging-client-go.sh
git checkout -- $(git status -s | grep "^ D" | awk '{print $2}' | grep ^Godeps)
```