diff --git a/src/Task/Execute.php b/src/Task/Execute.php index b1b496b..542a694 100644 --- a/src/Task/Execute.php +++ b/src/Task/Execute.php @@ -148,6 +148,6 @@ class Execute extends Base */ public function getCommand() { - return parent::getCommand() . "{$this->container} {$this->command}"; + return parent::getCommand() . " {$this->container} {$this->command}"; } }