diff --git a/templates/zip-templates.ps1 b/templates/zip-templates.ps1 index cc133185f9..cce1cd16ea 100644 --- a/templates/zip-templates.ps1 +++ b/templates/zip-templates.ps1 @@ -10,4 +10,4 @@ foreach ($folder in $folders) { Compress-Archive -Path $folder.FullName -DestinationPath $zipFile } -Write-Host "All templates have been compressed (zipped)." +Write-Host "All templates have been zipped."