mirror of
https://github.com/Icinga/icinga-powershell-framework.git
synced 2025-12-20 23:00:35 -05:00
Renames Default: to Defaults: on setup wizard
This commit is contained in:
parent
d983f6f767
commit
c6a7154686
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ function Get-IcingaAgentInstallerAnswerInput()
|
|||
$DefaultAnswer = ' (y/N)';
|
||||
} elseif ($Default -eq 'v') {
|
||||
if ([string]::IsNullOrEmpty($DefaultInput) -eq $FALSE) {
|
||||
$DefaultAnswer = [string]::Format(' (Default: "{0}")', $DefaultInput);
|
||||
$DefaultAnswer = [string]::Format(' (Defaults: "{0}")', $DefaultInput);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue