diff --git a/gosuper/test_formatting.sh b/gosuper/test_formatting.sh index 1b0fc7bc..a6967ba6 100755 --- a/gosuper/test_formatting.sh +++ b/gosuper/test_formatting.sh @@ -1,6 +1,6 @@ #!/bin/bash -for dir in $(find ./* -path ./Godeps -prune -or -type d -print); do +for dir in $(find ./* -path ./vendor -prune -or -type d -print); do errormessage=$(gofmt -l $dir) if [ -n "$errormessage" ]; then echo "$errormessage"