Ensure parameters are quoted when passed to docker-compose

This commit is contained in:
R. Tyler Croy 2018-03-21 09:39:43 -07:00
parent 645c554fd5
commit ab4a2ac885
No known key found for this signature in database
GPG Key ID: 1426C7DC3F51E16F
1 changed files with 1 additions and 1 deletions

View File

@ -20,4 +20,4 @@ if [ ! -f "${LOCAL_COMPOSE}" ]; then
chmod +x ${LOCAL_COMPOSE}
fi;
exec ${LOCAL_COMPOSE} ${@}
exec ${LOCAL_COMPOSE} "${@}"