diff --git a/gruntfile.js b/gruntfile.js index e7fd2d054..83d38b77a 100644 --- a/gruntfile.js +++ b/gruntfile.js @@ -305,7 +305,7 @@ function shell_downloadDockerBinary(p, a) { var ip = ((ps[p] === undefined) ? p : ps[p]); var ia = ((as[a] === undefined) ? a : as[a]); var binaryVersion = ((p === 'windows' ? '<%= shippedDockerVersionWindows %>' : '<%= shippedDockerVersion %>')); - if (p === 'linux') { + if (p === 'linux' || p === 'mac') { return [ 'if [ -f dist/docker ]; then', 'echo "Docker binary exists";',