diff --git a/app/tasks/install.php b/app/tasks/install.php index d1b45a4484..8a0be7b06d 100644 --- a/app/tasks/install.php +++ b/app/tasks/install.php @@ -168,8 +168,8 @@ $cli ->setParam('httpPort', $httpPort) ->setParam('httpsPort', $httpsPort) ->setParam('version', APP_VERSION_STABLE) - ->setParam('organization',$organization) - ->setParam('image',$image) + ->setParam('organization', $organization) + ->setParam('image', $image) ; $templateForEnv