From 463daf3a2dbf4d4fb2da73459962855df93c0abc Mon Sep 17 00:00:00 2001 From: Travis Tomka Date: Thu, 30 Mar 2017 20:02:01 -0600 Subject: [PATCH] Fix comment which was referencing the wrong command. --- src/Task/loadTasks.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 src/Task/loadTasks.php diff --git a/src/Task/loadTasks.php b/src/Task/loadTasks.php old mode 100644 new mode 100755 index c19d1e2..516a340 --- a/src/Task/loadTasks.php +++ b/src/Task/loadTasks.php @@ -16,7 +16,7 @@ trait loadTasks } /** - * Docker compose up task. + * Docker compose down task. */ protected function taskDockerComposeDown($pathToDockerCompose = null) {