travis: Fix find command.

Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
This commit is contained in:
Tim 'mithro' Ansell 2017-12-21 14:21:31 +01:00
parent 655c6b4c0d
commit 75552fb457
1 changed files with 1 additions and 2 deletions

View File

@ -67,8 +67,7 @@ done
echo
echo "HTML Results"
echo "--------------------------------------------"
cd html
sha256sum $(find -type f html | sort)
sha256sum $(find html -type f | sort)
echo "--------------------------------------------"
echo
)