Update deps, use email in setup from config if present
This commit is contained in:
@@ -85,10 +85,10 @@ class Auto implements Command {
|
||||
|
||||
$errors = [];
|
||||
|
||||
foreach ($certificateChunks as $chunk) {
|
||||
foreach ($certificateChunks as $certificateChunk) {
|
||||
$promises = [];
|
||||
|
||||
foreach ($chunk as $certificate) {
|
||||
foreach ($certificateChunk as $certificate) {
|
||||
$promises[] = \Amp\resolve($this->checkAndIssue($certificate, $server, $storage));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user