From 8e0761176e4447a29aefa83356e58d1bf05640e1 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Wed, 7 Oct 2020 16:13:55 +0200 Subject: [PATCH] DeploymentStatus: just a whitespace --- library/Director/Deployment/DeploymentStatus.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/Director/Deployment/DeploymentStatus.php b/library/Director/Deployment/DeploymentStatus.php index 345f6212..39191326 100644 --- a/library/Director/Deployment/DeploymentStatus.php +++ b/library/Director/Deployment/DeploymentStatus.php @@ -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