Skip to content

Commit 29a348d

Browse files
committed
fix: Copy the proper directory to the repo root
1 parent 9ab992e commit 29a348d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_InitializeRepository.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Begin
4343

4444
function Copy-TemplateFilesToRepositoryRoot
4545
{
46-
[string] $templateModuleDirectoryPath = "$RepositoryRoot\src\Template.PowerShell.ScriptModule"
46+
[string] $templateModuleDirectoryPath = "$RepositoryRoot\src\Template.PowerShell.ScriptModule\TemplateRepoFiles"
4747
if (Test-Path -Path $templateModuleDirectoryPath -PathType Container)
4848
{
4949
Copy-Item -Path $templateModuleDirectoryPath\* -Destination $RepositoryRoot -Recurse -Force

0 commit comments

Comments
 (0)