Adding link to docs to godep-save.sh as well

This commit is contained in:
Roy Lenferink 2019-02-04 22:23:53 +01:00
parent b43c04452f
commit 478880d232

View File

@ -99,6 +99,8 @@ hack/update-godep-licenses.sh >/dev/null
kube::log::status "Creating OWNERS file"
rm -f "Godeps/OWNERS" "vendor/OWNERS"
cat <<__EOF__ > "Godeps/OWNERS"
# See the OWNERS docs at https://go.k8s.io/owners
approvers:
- dep-approvers
__EOF__