Skip to content

Commit

Permalink
Update setup-docker.js
Browse files Browse the repository at this point in the history
  • Loading branch information
khs1994 authored Jan 20, 2021
1 parent 330bf23 commit ea7ce2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/setup-docker.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ async function run() {

core.startGroup('install docker')
await exec.exec('brew', [
'cask',
'install',
'--cask',
DOCKER_CHANNEL !== 'stable' ? 'docker' : 'docker'
]);
core.endGroup();
Expand Down

0 comments on commit ea7ce2a

Please sign in to comment.