From 51a49f88a0c8149db607ffa47ce9ab8a1b7c6f84 Mon Sep 17 00:00:00 2001 From: Lauriethefish Date: Fri, 2 Apr 2021 17:56:24 +0100 Subject: [PATCH] Fix typo --- makeTemplate.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makeTemplate.ps1 b/makeTemplate.ps1 index ff8cbf4..8b29748 100644 --- a/makeTemplate.ps1 +++ b/makeTemplate.ps1 @@ -1,3 +1,3 @@ Remove-Item quest-mod-template.zip -ErrorAction Ignore Compress-Archive template/* quest-mod-template.zip -Write-Output "Template saved to template.zip" \ No newline at end of file +Write-Output "Template saved to quest-mod-template.zip" \ No newline at end of file