diff --git a/deployer/tasks/setup.php b/deployer/tasks/setup.php index 418dcd1..9cb0d27 100644 --- a/deployer/tasks/setup.php +++ b/deployer/tasks/setup.php @@ -68,7 +68,7 @@ private function chooseSource(): Host|string writeln('The data can be imported from one of the hosts, or from dump file.'); writeln(''); - if (!askConfirmation('Import from host')) { + if (!askConfirmation('Import from host', true)) { return $this->chooseSourceFile(); }