Update speak-german.ps1

This commit is contained in:
Markus Fleschutz 2021-07-14 08:41:21 +02:00 committed by GitHub
parent 2bc38afb82
commit b6e2063215
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@
Author: Markus Fleschutz / License: CC0
#>
param($Text = "")
param([string]$Text = "")
if ($Text -eq "") { $Text = read-host "Enter the text to speak" }
try {