diff --git a/Show-Calendar/Show-Calendar.ps1 b/Show-Calendar/Show-Calendar.ps1 index ea0f20a..f22a884 100644 --- a/Show-Calendar/Show-Calendar.ps1 +++ b/Show-Calendar/Show-Calendar.ps1 @@ -66,5 +66,5 @@ Shows the calendar for September 1983 $DisplayLine = '' } } - $DisplayLine + Write-Output -InputObject $DisplayLine } \ No newline at end of file