Skip to content

Commit

Permalink
Lokales Setup: Bevorzugt von einem der Hosts die Datenbank laden (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
gharlan committed May 21, 2024
1 parent e8313d7 commit 65f89b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployer/tasks/setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}

Expand Down

0 comments on commit 65f89b5

Please sign in to comment.