You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/core/icingaagent/misc/Start-IcingaAgentInstallWizard.psm1
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -205,7 +205,7 @@ function Start-IcingaAgentInstallWizard()
205
205
$InstallerArguments+='-AllowVersionChanges 1';
206
206
207
207
if ([string]::IsNullOrEmpty($AgentVersion)) {
208
-
$AgentVersion= (Get-IcingaAgentInstallerAnswerInput-Prompt 'Please specify the version you wish to install ("release", "snapshot" or a specific version like "2.11.3")'-Default 'v'-DefaultInput 'release').answer;
208
+
$AgentVersion= (Get-IcingaAgentInstallerAnswerInput-Prompt 'Please specify the version you want to install ("release", "snapshot" or a specific version like "2.11.3")'-Default 'v'-DefaultInput 'release').answer;
@@ -233,7 +233,7 @@ function Start-IcingaAgentInstallWizard()
233
233
234
234
if ($UpdateAgent-eq1) {
235
235
if ([string]::IsNullOrEmpty($AgentVersion)) {
236
-
$AgentVersion= (Get-IcingaAgentInstallerAnswerInput-Prompt 'Please specify the version you wish to install ("release", "snapshot" or a specific version like "2.11.3")'-Default 'v'-DefaultInput 'release').answer;
236
+
$AgentVersion= (Get-IcingaAgentInstallerAnswerInput-Prompt 'Please specify the version you want to install ("release", "snapshot" or a specific version like "2.11.3")'-Default 'v'-DefaultInput 'release').answer;
0 commit comments