Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkeash committed Mar 8, 2015
1 parent b4f9bf7 commit 61fd0ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tasks/Docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 61fd0ab

Please sign in to comment.