Skip to content

Commit

Permalink
Update zip-templates.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
EngincanV authored Dec 19, 2023
1 parent 941c6b3 commit 0f8220b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/zip-templates.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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."

0 comments on commit 0f8220b

Please sign in to comment.