diff --git a/create-grpc-archive.ps1 b/create-grpc-archive.ps1 index 009e1785ecc0f..1499dd0439433 100644 --- a/create-grpc-archive.ps1 +++ b/create-grpc-archive.ps1 @@ -473,7 +473,7 @@ function CheckParametersConstraints { if(-Not(IsDirectory($Source))) { - Error -Entry "Parameter -$Source is not a valid directory." + Error -Entry "Parameter $Source is not a valid directory." $passed = $false } } @@ -482,7 +482,7 @@ function CheckParametersConstraints { if(-Not(IsDirectory($Destination))) { - Error -Entry "Parameter -$Destination is not a valid directory." + Error -Entry "Parameter $Destination is not a valid directory." $passed = $false } } @@ -490,7 +490,7 @@ function CheckParametersConstraints if(-Not(IsValid($Version))) { - Error -Entry "Parameter -$Version is empty." + Error -Entry "Parameter $Version is empty." $passed = $false }