We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ab992e commit 29a348dCopy full SHA for 29a348d
_InitializeRepository.ps1
@@ -43,7 +43,7 @@ Begin
43
44
function Copy-TemplateFilesToRepositoryRoot
45
{
46
- [string] $templateModuleDirectoryPath = "$RepositoryRoot\src\Template.PowerShell.ScriptModule"
+ [string] $templateModuleDirectoryPath = "$RepositoryRoot\src\Template.PowerShell.ScriptModule\TemplateRepoFiles"
47
if (Test-Path -Path $templateModuleDirectoryPath -PathType Container)
48
49
Copy-Item -Path $templateModuleDirectoryPath\* -Destination $RepositoryRoot -Recurse -Force
0 commit comments