Skip to content

Commit 02b3fdb

Browse files
🩹 [Refactor]: Correct public functions path in Update-PSModuleManifestAliasesToExport.ps1 for improved structure
1 parent b5b42c0 commit 02b3fdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎scripts/helpers/Build/Update-PSModuleManifestAliasesToExport.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
Write-Host "Module name: [$ModuleName]"
3232
Write-Host "Module output folder: [$ModuleSourceFolder]"
3333

34-
$publicFunctionsPath = Join-Path -Path $ModuleSourceFolder -ChildPath 'public/functions'
34+
$publicFunctionsPath = Join-Path -Path $ModuleSourceFolder -ChildPath 'functions/public'
3535
Write-Host "Public functions path: [$publicFunctionsPath]"
3636
if (-not (Test-Path -Path $publicFunctionsPath)) {
3737
Write-Host "Public functions path does not exist: [$publicFunctionsPath]"

0 commit comments

Comments
 (0)