Update check-earth.ps1

This commit is contained in:
Markus Fleschutz 2021-12-01 19:47:14 +01:00
parent 6b4d4b418e
commit 3a1ab5c0f5

View File

@ -12,7 +12,7 @@
#> #>
try { try {
$Reply = "Earth still spins with 1.040mph" $Reply = "Earth still spins with 1040mph."
"✔️ $Reply" "✔️ $Reply"
& "$PSScriptRoot/speak-english.ps1" "$Reply" & "$PSScriptRoot/speak-english.ps1" "$Reply"
exit 0 # success exit 0 # success