mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-11-21 15:33:15 +01:00
Merge branch 'main' of github.com:fleschutz/PowerShell
This commit is contained in:
commit
14d18e5890
@ -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."
|
||||
|
Loading…
Reference in New Issue
Block a user