Skip to content

Commit 1c49006

Browse files
author
James Brundage
committed
chore: Moving Irregular.HelpOut into /Build ( Fixes #209 )
1 parent de1041e commit 1c49006

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
Push-Location ($PSScriptRoot | Split-Path)
2+
13
$IrregularLoaded = Get-Module Irregular
24
if (-not $IrregularLoaded) {
35
$IrregularLoaded = Get-ChildItem -Recurse -Filter "*.psd1" |
@@ -12,3 +14,5 @@ if ($IrregularLoaded) {
1214
if ($IrregularLoaded) {
1315
Save-MarkdownHelp -Module $IrregularLoaded.Name -PassThru -SkipCommandType Alias
1416
}
17+
18+
Pop-Location

0 commit comments

Comments
 (0)