Skip to content

Commit

Permalink
Fix typo in ahoy docker destroy.
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank Carey committed Jan 28, 2016
1 parent b731dbd commit 7993db8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ahoy/docker.ahoy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ commands:
cmd: "ahoy docker compose stop && ahoy docker compose rm && ahoy docker compose up -d"
usage: Destroy and then restart the docker compose containers.
destroy:
cmd: "ahoy docker compose stop && ahoy docker composer rm"
cmd: "ahoy docker compose stop && ahoy docker compose rm"
usage: Destroy all the docker compose containers. (use before deleting folder)
exec:
cmd: |
Expand Down

0 comments on commit 7993db8

Please sign in to comment.