Remove no-verify recommendation

Fixes #2
This commit is contained in:
IamTheFij 2021-04-07 08:41:44 -07:00
parent aeda358a4a
commit 67b85ce990
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ check_files() {
}
if ! check_files "$@" ; then
echo "To ignore, use --no-verify"
echo "Some compose files failed"
fi
exit $has_error