Skip to content

Commit

Permalink
Merge pull request #1859 from microsoft/bilong-elc
Browse files Browse the repository at this point in the history
Clarify prompt
  • Loading branch information
dpaulson45 authored Oct 23, 2023
2 parents 23fc826 + a983011 commit 0046de4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ function Test-DiskSpace {
foreach ($svr in $passedServers) {
Write-Host $svr
}
Enter-YesNoLoopAction -Question "Are yu sure you want to continue?" -YesAction {} -NoAction { exit }
Enter-YesNoLoopAction -Question "Collect data only from servers that passed the disk space check?" -YesAction {} -NoAction { exit }
}
Write-Verbose("Function Exit: Test-DiskSpace")
return $passedServers
Expand Down

0 comments on commit 0046de4

Please sign in to comment.