Skip to content
This repository has been archived by the owner on Oct 25, 2022. It is now read-only.

Commit

Permalink
Merge pull request #214 from jetersen/patch-1
Browse files Browse the repository at this point in the history
fix sourcing
  • Loading branch information
majkinetor authored Aug 18, 2020
2 parents 0264eef + b453f2b commit e87d67c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AU/AU.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

$paths = "Private", "Public"
foreach ($path in $paths) {
ls $PSScriptRoot\$path\*.ps1 | % { . $_ }
Get-ChildItem $PSScriptRoot\$path\*.ps1 | ForEach-Object { . $_.FullName }
}

0 comments on commit e87d67c

Please sign in to comment.