Skip to content

Commit 24e19bf

Browse files
committed
Fix #99 by putting back the helpful Install-RequiredModule wrapper
1 parent 78ab8e1 commit 24e19bf

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Install-RequiredModule.ps1

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Push-Location $PSScriptRoot
2+
try {
3+
Install-Script Install-RequiredModule
4+
Install-RequiredModule
5+
} finally {
6+
Pop-Location
7+
}

0 commit comments

Comments
 (0)