diff --git a/SPLIT-samy.ps1 b/SPLIT-samy.ps1 index 8734bdf..b24ba1c 100644 --- a/SPLIT-samy.ps1 +++ b/SPLIT-samy.ps1 @@ -107,7 +107,7 @@ $chunks = @( ) foreach ($c in $chunks) { - Import-SamyChunk -Url $c.Url -Name $c.Name + . Import-SamyChunk -Url $c.Url -Name $c.Name } if (-not (Get-Command Invoke-ScriptAutomationMonkey -ErrorAction SilentlyContinue)) {