Skip to content

Commit 47f1468

Browse files
committed
chore: fix typos in comment
1 parent 5907992 commit 47f1468

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ScriptModuleRepositoryTemplate/ScriptModuleRepositoryTemplate.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ function CopyTemplateFilesToRepositoryRoot([string] $repositoryDirectoryPath)
7373
}
7474

7575
# 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
76+
# The underscore prefix is a workaround to a bug with Publish-Module and Publish-PSResource that exclude dot-files
7777
# and dot-directories from being included in the module package.
7878
$repoDotFiles = Get-ChildItem -Path $repositoryDirectoryPath -Recurse -Force -Filter '_.*'
7979
$repoDotFiles | ForEach-Object {

0 commit comments

Comments
 (0)