Remove trailing dot-slash in find output

This commit is contained in:
Pavel Kiselev 2017-02-08 22:15:21 +07:00
parent 69d1c4c9b7
commit 9a8415cce4
No known key found for this signature in database
GPG Key ID: 4964A418B307836D

View File

@ -38,7 +38,7 @@ cd -
echo "Adding bindata"
go-bindata $BINDATA_ARGS config.json db/migrations/ $(find ./public -type d -print)
go-bindata $BINDATA_ARGS config.json db/migrations/ $(find public/* -type d -print)
if [ "$1" == "ci_test" ]; then
exit 0