Skip to content

Commit

Permalink
feat: improve defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
BernhardBaumrock committed Mar 16, 2024
1 parent c33f703 commit 85c70d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions App/Commands/PwInstall.php
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ public function stepProfile()
$profile = $this->choice(
"Select profile to install",
$profiles,
$profiles[0]
"site-rockfrontend-main"
);
}
$this->write("Using profile $profile ...");
Expand Down Expand Up @@ -343,7 +343,7 @@ public function fillForm($defaults = [])
else $value = $this->choice("DB not empty", [
'remove',
'ignore',
]);
], 0);
$this->warn("\ndbTablesAction: $value"); // show always
$skipAll = true;
} else {
Expand Down

0 comments on commit 85c70d3

Please sign in to comment.