Skip to content

Commit 0600c01

Browse files
Fix helper path resolution in main.ps1 to correctly reference the helpers directory
1 parent f85d62e commit 0600c01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/main.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
$helperPath = "$PSScriptRoot/../../../helpers"
1+
$helperPath = "$PSScriptRoot/helpers"
22
Get-ChildItem -Path $helperPath -Filter '*.ps1' -Recurse | ForEach-Object {
33
. $_.FullName
44
}

0 commit comments

Comments
 (0)