diff --git a/src/svsmsp.install.ps1 b/src/svsmsp.install.ps1 index e73cc7b..24e6aff 100644 --- a/src/svsmsp.install.ps1 +++ b/src/svsmsp.install.ps1 @@ -1,4 +1,3 @@ - function Install-SVSMSP { [CmdletBinding()] param ( @@ -307,7 +306,7 @@ function Install-SVSMSP { <# Function as is before we attempted to have it attempt to use Prefer PSResourceGet when it exists (and your ProGet v3 index works). -Fallback to PowerShellGet v2 (Register-PSRepository / Install-Module) if PSResourceGet isn’t available. +Fallback to PowerShellGet v2 (Register-PSRepository / Install-Module) if PSResourceGet isn't available. Last-resort fallback to your proven NuGet provider path (Register-PackageSource / Install-Package + optional “promote”) for the cursed endpoints where PSGet v2 explodes. function Install-SVSMSP {