travis: Fix find command.
Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
This commit is contained in:
parent
655c6b4c0d
commit
75552fb457
|
|
@ -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
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue