Skip to content
Code-Schnipsel Gruppen Projekte
Bestätigt Commit 4293db9e erstellt von Henning Leutz's avatar Henning Leutz :martial_arts_uniform:
Dateien durchsuchen

fix: use foobar.locale instead of a real domain -.-

Übergeordneter c979bfdc
No related branches found
No related tags found
Pipeline #8912 mit Warnungen bestanden mit Phase
in 10 Sekunden
......@@ -59,13 +59,13 @@ public function execute(): void
// EMAIL
$this->writeLn(
"Use the following host handle for email-addresses [@foo.bar]: "
"Use the following host handle for email-addresses [@foobar.local]: "
);
$emailHandle = $this->readInput();
if (empty($emailHandle)) {
$emailHandle = '@foo.bar';
$emailHandle = '@foobar.local';
}
// SUMMARY
......
0% oder .
You are about to add 0 people to the discussion. Proceed with caution.
Bearbeitung dieser Nachricht zuerst beenden!
Bitte registrieren oder zum Kommentieren