Update Installer.php

pull/3561/head
Shlee 2022-06-26 15:52:19 +09:30 zatwierdzone przez GitHub
rodzic c25347603b
commit 00c6e7c664
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -154,7 +154,7 @@ class Installer extends Command
}
}
$continue = $this->choice('Do you wish to continue?', ['no', 'yes'], 0);
$continue = $this->choice('Do you wish to continue?', ['yes', 'no'], 0);
$this->continue = $continue;
if ($this->continue === 'no') {
$this->info('Exiting Installer.');
@ -457,7 +457,7 @@ class Installer extends Command
if ($existing = $this->existingEnv($key, $payload)) {
} else {
$this->info("$key empty - $error");
$this->error("$key empty - $error");
}
}