diff --git a/hack/.vendor-helpers.sh b/hack/.vendor-helpers.sh index d07182b514c98787e774fad288cfa4a6013ef6a6..61a6ca56d56dfca2d50bdc0763a76d9e9ccb5961 100755 --- a/hack/.vendor-helpers.sh +++ b/hack/.vendor-helpers.sh @@ -140,6 +140,7 @@ clean() { echo -n 'pruning unused files, ' $find vendor -type f -name '*_test.go' -exec rm -v '{}' ';' + $find vendor -type f -name 'Vagrantfile' -exec rm -v '{}' ';' # These are the files that are left over after fix_rewritten_imports is run. echo -n 'pruning .orig files, '