Fix duplicate invoke pax8

This commit is contained in:
Chris Payne
2025-07-08 20:34:50 -04:00
parent e5c5b80476
commit e2f87e10c6
2 changed files with 2 additions and 5 deletions

View File

@@ -17,7 +17,7 @@ Write-Host "[INFO] MSAL.PS module loaded."
$urls = @{
autotask = "https://git.svstools.com/cpayne/InstaClientPS/raw/branch/main/tools/autotask.ps1"
datto = "https://git.svstools.com/cpayne/InstaClientPS/raw/branch/main/tools/dattormm.ps1"
pax8 = "https://git.svstools.com/cpayne/InstaClientPS/raw/branch/main/tools/pax8.ps1"
pax8 = "https://git.svstools.com/cpayne/InstaClientPS/raw/branch/main/tools/pax8.ps1"
config = "https://git.svstools.com/cpayne/InstaClientPS/raw/branch/main/config.ps1"
}