Skip to content

Commit f4ea77e

Browse files
committed
Sync from khs1994-docker/lnmp@115ca48 by PCIT
1 parent 0b7a5ae commit f4ea77e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

lib/setup-docker.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,14 +150,14 @@ async function run() {
150150

151151
core.startGroup('start docker step1');
152152
// https://github.com/docker/for-mac/issues/2359#issuecomment-943131345
153-
await exec.exec('sudo',[
153+
await exec.exec('sudo', [
154154
'/Applications/Docker.app/Contents/MacOS/Docker',
155155
'--unattended',
156156
'--install-privileged-components'
157157
]);
158158
core.endGroup();
159159
core.startGroup('start docker step2');
160-
await exec.exec('open',[
160+
await exec.exec('open', [
161161
'-a',
162162
'/Applications/Docker.app',
163163
'--args',
@@ -343,7 +343,7 @@ system_profiler SPHardwareDataType || true
343343
DOCKER_VERSION_STRING ? `docker-ce=${DOCKER_VERSION_STRING}` : 'docker-ce',
344344
DOCKER_VERSION_STRING ? `docker-ce-cli=${DOCKER_VERSION_STRING}` : 'docker-ce-cli'
345345
]);
346-
346+
347347
await exec.exec('sudo', [
348348
'apt-get',
349349
'-y',

0 commit comments

Comments
 (0)