Skip to content

Commit

Permalink
updated module import script
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnRoos committed Nov 11, 2020
1 parent 4b79232 commit 2bf97f7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions VariableStash.psm1
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
# import private functions
foreach ($function in (Get-ChildItem "$PSScriptRoot\Private\*.ps1"))
{
$ExecutionContext.InvokeCommand.InvokeScript($false, ([scriptblock]::Create([io.file]::ReadAllText($function))), $null, $null)
}

# import public functions
foreach ($function in (Get-ChildItem "$PSScriptRoot\Public\*.ps1"))
{
Expand Down

0 comments on commit 2bf97f7

Please sign in to comment.