mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-06-30 04:31:39 +02:00
Merge branch 'main' of github.com:fleschutz/PowerShell
This commit is contained in:
@ -75,7 +75,7 @@ try {
|
||||
} elseif ($celsius -lt 30) {
|
||||
$temp = ", $($celsius)°C cool"
|
||||
} else {
|
||||
$temp = ", $($celsius)°C OK"
|
||||
$temp = ", $($celsius)°C"
|
||||
}
|
||||
|
||||
Write-Progress -completed "Done."
|
||||
|
Reference in New Issue
Block a user