Fix up issue with setting the volume

This commit is contained in:
Gordon Heydon
2018-03-08 16:02:54 +11:00
parent 18eea076d7
commit abd26b2b0a

View File

@@ -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}";
}
}