diff --git a/main.ps1 b/main.ps1 index 0f4e9d1..85a01cf 100644 --- a/main.ps1 +++ b/main.ps1 @@ -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" } diff --git a/tools/pax8.ps1 b/tools/pax8.ps1 index 6eb8e2d..6423cbc 100644 --- a/tools/pax8.ps1 +++ b/tools/pax8.ps1 @@ -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 \ No newline at end of file +} \ No newline at end of file