Skip to content

Commit

Permalink
Merge pull request consolidation#141 from clarkeash/patch-1
Browse files Browse the repository at this point in the history
Fixing a typo in docs/tasks/Docker.md
  • Loading branch information
burzum committed Mar 12, 2015
2 parents b4f9bf7 + 61fd0ab commit fb4d6eb
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 fb4d6eb

Please sign in to comment.