updated check_sbt_build.sh

pull/2/head
Hari Sekhon 8 years ago
parent 5a66b2535b
commit f673bc1f02

@ -24,6 +24,7 @@ echo "
if which sbt &>/dev/null; then
find -L "${1:-.}" -name build.sbt |
grep -v '/target/' |
while read build_sbt; do
pushd "$(dirname $build_sbt)" >/dev/null
echo "Validating $build_sbt"

Loading…
Cancel
Save