From bd9c1525f6c56c06f9a72603ba35bd037239cbad Mon Sep 17 00:00:00 2001 From: Markus Fleschutz Date: Wed, 24 Nov 2021 15:05:11 +0100 Subject: [PATCH] Update tell-uptime.ps1 --- Scripts/tell-uptime.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/tell-uptime.ps1 b/Scripts/tell-uptime.ps1 index 7384efa3..9cc767b0 100755 --- a/Scripts/tell-uptime.ps1 +++ b/Scripts/tell-uptime.ps1 @@ -20,7 +20,7 @@ try { $Uptime = New-TimeSpan -Start $BootTime.TimeCreated.Date -End $TimeNow } - $Answer = "I'm up for $($Uptime.Days) days, $($Uptime.Hours) hours, $($Uptime.Minutes) minutes." + $Answer = "I'm up for $($Uptime.Days) days, $($Uptime.Hours) hours and $($Uptime.Minutes) minutes." write-output "$Answer" & "$PSScriptRoot/speak-english.ps1" "$Answer"