Allow passing arguments to dep in update-deps.sh (#1021)

This commit is contained in:
coryrc 2020-01-31 11:20:29 -08:00 committed by GitHub
parent 01017dcbf1
commit d0787646f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ set -o pipefail
cd ${ROOT_DIR} cd ${ROOT_DIR}
# Ensure we have everything we need under vendor/ # Ensure we have everything we need under vendor/
dep ensure dep ensure $@
rm -rf $(find vendor/ -name 'OWNERS') rm -rf $(find vendor/ -name 'OWNERS')
rm -rf $(find vendor/ -name '*_test.go') rm -rf $(find vendor/ -name '*_test.go')