Skip to content

Commit

Permalink
Update Import.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronparker committed Sep 26, 2024
1 parent c425fc6 commit e798c3a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Import.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@ Import-Module ./Evergreen/Evergreen.psd1 -Force
foreach ($file in (Get-ChildItem -Path "./Evergreen/Private/*.ps1")) {
. $file.FullName
}

foreach ($file in (Get-ChildItem -Path "./Evergreen/Shared/*.ps1")) {
. $file.FullName
}

0 comments on commit e798c3a

Please sign in to comment.