Skip to content

Commit d0c85e6

Browse files
committed
Change path case
1 parent e81c171 commit d0c85e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PowerShellBuild/PowerShellBuild.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Set-BuildEnvironment -Force
33

44
# Dot source public functions
5-
$public = @(Get-ChildItem -Path (Join-Path -Path $PSScriptRoot -ChildPath 'public/*.ps1') -Recurse -ErrorAction Stop)
5+
$public = @(Get-ChildItem -Path (Join-Path -Path $PSScriptRoot -ChildPath 'Public/*.ps1') -Recurse -ErrorAction Stop)
66
foreach ($import in $public) {
77
try {
88
. $import.FullName

0 commit comments

Comments
 (0)