Skip to content

Commit

Permalink
Merge pull request #449 from microsoft/dev
Browse files Browse the repository at this point in the history
Update 0_Shared.ps1
  • Loading branch information
Jaromir Kaspar authored Jul 30, 2021
2 parents 8f0fb84 + 1351e29 commit a507476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scripts/0_Shared.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ function Read-TelemetryLevel {
<# 1 #> New-Object System.Management.Automation.Host.ChoiceDescription "&Basic", "Lab info will be sent (e.g. script execution time, number of VMs)"
<# 2 #> New-Object System.Management.Automation.Host.ChoiceDescription "&Full", "More details about the host machine and deployed VMs (e.g. guest OS)"
)
$response = $host.UI.PromptForChoice("WSLab telemetry level", "Please choose a telemetry level for this WSLab instance. For more details please see WSLab documentation.", $options, 0 <#default option#>)
$response = $host.UI.PromptForChoice("WSLab telemetry level", "Please choose a telemetry level for this WSLab instance. For more details please see WSLab documentation.", $options, 1 <#default option#>)

$telemetryLevel = $null
switch($response) {
Expand Down

0 comments on commit a507476

Please sign in to comment.