Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Diagnostics/HealthChecker/HealthChecker.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -254,8 +254,8 @@ Function Main {
Invoke-ScriptLogFileLocation -FileName "HealthChecker-ScriptUpdateOnly"
switch (Test-ScriptVersion -AutoUpdate) {
($true) { Write-Green("Script was successfully updated.") }
($false) { Write-Red("Script was not successfully updated.") }
default { Write-Yellow("Unable to perform ScriptUpdateOnly operation.") }
($false) { Write-Yellow("No update of the script performed.") }
default { Write-Red("Unable to perform ScriptUpdateOnly operation.") }
}
return
}
Expand Down