From 06655b3d1dc31b3226bbe784a2f572571668b3f6 Mon Sep 17 00:00:00 2001 From: Markus Fleschutz Date: Tue, 3 Jan 2023 12:06:27 +0100 Subject: [PATCH] Update cd-templates.ps1 --- Scripts/cd-templates.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/cd-templates.ps1 b/Scripts/cd-templates.ps1 index d5414c11..a3cde75a 100644 --- a/Scripts/cd-templates.ps1 +++ b/Scripts/cd-templates.ps1 @@ -16,7 +16,7 @@ try { if ($IsLinux) { $Path = Resolve-Path "~/Templates" } else { - $Path = [Environment]::GetFolderPath('CommonTemplates') + $Path = [Environment]::GetFolderPath('Templates') } if (Test-Path "$Path" -pathType container) { Set-Location "$Path"