DeploymentStatus: just a whitespace

This commit is contained in:
Thomas Gelf 2020-10-07 16:13:55 +02:00
parent bcea4304e5
commit 8e0761176e

View File

@ -45,7 +45,7 @@ class DeploymentStatus
if ($singleChecksum === $activeConfigChecksum) {
$status = 'active';
} else {
if (isset($deployedConfigs[$singleChecksum])){
if (isset($deployedConfigs[$singleChecksum])) {
$status = ($deployedConfigs[$singleChecksum] === 'y') ? 'deployed' : 'failed';
} else {
// check if it's in generated_config table it is undeployed