Skip to content

Commit

Permalink
Merge pull request #2092 from dnephin/fix-vendor-validation
Browse files Browse the repository at this point in the history
Fix vendor validation
  • Loading branch information
crosbymichael committed Feb 2, 2018
2 parents 44f6bc4 + 2125d8e commit 254807d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion script/validate/vendor
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#!/usr/bin/env bash
set -eu -o pipefail

vndr 2>&1 | grep -v -i clone
rm -rf vendor/
vndr |& grep -v -i clone

DIFF_PATH="vendor/"
DIFF=$(git status --porcelain -- "$DIFF_PATH")
Expand Down

0 comments on commit 254807d

Please sign in to comment.