Update SPLIT-samy.ps1

This commit is contained in:
2026-01-24 20:43:52 -05:00
parent 44fe4eba46
commit c1c11ab771

View File

@@ -107,7 +107,7 @@ $chunks = @(
) )
foreach ($c in $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)) { if (-not (Get-Command Invoke-ScriptAutomationMonkey -ErrorAction SilentlyContinue)) {