From 61fd0abf74f8b36fd8c03dc2a729843d29d4998a Mon Sep 17 00:00:00 2001 From: Ashley Clarke Date: Mon, 9 Mar 2015 00:31:58 +0100 Subject: [PATCH] fix typo --- docs/tasks/Docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tasks/Docker.md b/docs/tasks/Docker.md index 7a39be486..5bd569cf8 100644 --- a/docs/tasks/Docker.md +++ b/docs/tasks/Docker.md @@ -39,7 +39,7 @@ $this->taskDockerCommit($containerId) // alternatively you can take the result from DockerRun task: -$result = $this->taskDockerRun('db) +$result = $this->taskDockerRun('db') ->exec('./prepare_database.sh') ->run();