diff options
| author | Hemant Kumar <hekumar@redhat.com> | 2017-07-05 20:30:19 -0400 |
|---|---|---|
| committer | Hemant Kumar <hekumar@redhat.com> | 2017-07-05 20:30:19 -0400 |
| commit | 6c9c582f4e27df507ca47d46e857b02838c888ef (patch) | |
| tree | 3e152078c7a7f6118743ad77fae049c761e8801d | |
| parent | 3ef47e333f9024a19851848eb9f7503337e511bd (diff) | |
Minor fix for fixing godep command
| -rw-r--r-- | contributors/devel/godep.md | 2 |
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) ``` |
