Skip to content
This repository was archived by the owner on Nov 26, 2024. It is now read-only.

Commit 5b26840

Browse files
committed
Code: formatting
1 parent 41d8284 commit 5b26840

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Command/UpdateCertificatesCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
138138
// exit appropriately for whatever orchestrator to realise there were problems
139139
if (count($this->kong->getErrors()) > 0 || count($this->certbot->getErrors()) > 0) {
140140
$this->reportErrors($this->kong->getErrors(), $this->certbot->getErrors(), $output);
141+
141142
return 1;
142143
}
143144

@@ -182,7 +183,6 @@ private function reportErrors(array $kongErrors, array $certbotErrors, OutputInt
182183
));
183184
}
184185

185-
186186
foreach ($certbotErrors as $certbotError) {
187187
$output->writeln(sprintf(
188188
'Certbot error: command status %s, output `%s`, domains %s',

0 commit comments

Comments
 (0)