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"
}

View File

@@ -81,7 +81,4 @@ function Invoke-Pax8Provision {
} catch {
throw "[PAX8] Company creation failed: $($_.Exception.Message)"
}
}
# Entrypoint if sourced
Invoke-Pax8Provision -CompanyName $CompanyName -Phone $Phone -Website $Website -Street $Street -City $City -Province $Province -PostalCode $PostalCode -Country $Country -Credentials $Credentials
}