Fixup error message for issues with IPv4 resolving
This commit is contained in:
@@ -178,7 +178,7 @@ class Issue implements Command {
|
|||||||
list($errors) = (yield \Amp\any($promises));
|
list($errors) = (yield \Amp\any($promises));
|
||||||
|
|
||||||
if (!empty($errors)) {
|
if (!empty($errors)) {
|
||||||
throw new AcmeException("Couldn't resolve the following domains to an IPv4 record: " . implode(array_keys($errors)));
|
throw new AcmeException("Couldn't resolve the following domains to an IPv4 record: " . implode(", ", array_keys($errors)));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user