add missing continuation

pull/177/head
Paul Pacheco 2022-03-30 14:21:42 -05:00 committed by GitHub
parent c6abb44e47
commit fe6d391d57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ const Docker = {
${useHostNetwork ? '--net=host' : ''} \
${githubToken ? '--env USE_EXIT_CODE=false' : '--env USE_EXIT_CODE=true'} \
${image} \
--
-- \
/usr/bin/bash /entrypoint.sh` ;
await exec(command, undefined, { silent });