Skip to content

Commit

Permalink
Fix sqlc command.
Browse files Browse the repository at this point in the history
  • Loading branch information
kporras07 committed Aug 4, 2018
1 parent 6f3b78c commit e9e0742
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ahoy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ commands:
usage: Start a shell in the container (like ssh without actual ssh).

sqlc:
cmd: "docker-compose run cli drush --root=. sqlc"
cmd: "docker-compose run cli drush --root=/var/www/html/web sqlc"
usage: Connect to the default mysql database. Supports piping of data into the command.

up:
Expand Down

0 comments on commit e9e0742

Please sign in to comment.