Improve more output

This commit is contained in:
Niklas Keller
2016-03-24 00:01:17 +01:00
parent 266cc06746
commit 5381587bbf
2 changed files with 3 additions and 2 deletions

View File

@@ -116,6 +116,7 @@ class Issue implements Command {
$this->climate->info(" Successfully issued certificate.");
$this->climate->info(" See {$path}/" . reset($domains));
$this->climate->br();
yield new CoroutineResult(0);
}