Skip to content

Commit

Permalink
fix(devel): split into two lines
Browse files Browse the repository at this point in the history
  • Loading branch information
pmoscode committed Jul 10, 2023
1 parent 6993483 commit 0b2e11f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dev-assets/tasks/darwin/check-tools.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ tasks:
silent: true
cmds:
- echo "If following command fails execute this, if you have Docker-Desktop installed (probably will fix it) ->"
- echo "sudo mkdir -p /usr/local/lib/docker && sudo ln -s /Applications/Docker.app/Contents/Resources/cli-plugins /usr/local/lib/docker/cli-plugins"
- echo "sudo mkdir -p /usr/local/lib/docker"
- echo "sudo ln -s /Applications/Docker.app/Contents/Resources/cli-plugins /usr/local/lib/docker/cli-plugins"
- docker compose version

check-jq:
Expand Down

0 comments on commit 0b2e11f

Please sign in to comment.