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 5907992 commit 47f1468Copy full SHA for 47f1468
src/ScriptModuleRepositoryTemplate/ScriptModuleRepositoryTemplate.psm1
@@ -73,7 +73,7 @@ function CopyTemplateFilesToRepositoryRoot([string] $repositoryDirectoryPath)
73
}
74
75
# Rename all dot-files prefixed with an underscore to remove the underscore.
76
- # The underscore prefix is a workaround to a bug with Publish-Module and Publish-PSResource the excludes dot-files
+ # The underscore prefix is a workaround to a bug with Publish-Module and Publish-PSResource that exclude dot-files
77
# and dot-directories from being included in the module package.
78
$repoDotFiles = Get-ChildItem -Path $repositoryDirectoryPath -Recurse -Force -Filter '_.*'
79
$repoDotFiles | ForEach-Object {
0 commit comments