Skip to content

Commit

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

Please sign in to comment.