Fix comment which was referencing the wrong command.

This commit is contained in:
Travis Tomka
2017-03-30 20:02:01 -06:00
parent 761f956826
commit 463daf3a2d

2
src/Task/loadTasks.php Normal file → Executable file
View File

@@ -16,7 +16,7 @@ trait loadTasks
}
/**
* Docker compose up task.
* Docker compose down task.
*/
protected function taskDockerComposeDown($pathToDockerCompose = null)
{