Skip to content

Commit

Permalink
fix: use choice for site profile instead of completion
Browse files Browse the repository at this point in the history
  • Loading branch information
BernhardBaumrock committed Oct 12, 2023
1 parent fd74101 commit 3b6ebd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion App/Commands/PwInstall.php
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ public function stepProfile()
}
$profiles = array_values(array_filter($profiles));
if (!$profile = $this->option('profile')) {
$profile = $this->askWithCompletion(
$profile = $this->choice(
"Select profile to install",
$profiles,
$profiles[0]
Expand Down

0 comments on commit 3b6ebd2

Please sign in to comment.