From 14a9c8daa7547e6de60c8b3dc5378472651b7d2e Mon Sep 17 00:00:00 2001 From: Matt Zaske Date: Wed, 6 May 2026 08:22:37 -0500 Subject: [PATCH] Fixing Hailey's mistake, but out of care. --- Install-IntuneStack.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Install-IntuneStack.ps1 b/Install-IntuneStack.ps1 index 76177d3..cfd18f7 100644 --- a/Install-IntuneStack.ps1 +++ b/Install-IntuneStack.ps1 @@ -8,7 +8,7 @@ folder in the user's PowerShell module path, following the pattern from Practical Automation with PowerShell (Dowst, 2023). .EXAMPLE -Invoke-Expression (Invoke-RestMethod -Uri 'https://raw.githubusercontent.com/AllwaysHyPe/IntuneStack/main/Install-IntuneStack.ps1') +Invoke-Expression (Invoke-RestMethod -Uri 'https://raw.githubusercontent.com/AllwaysHyPe/IntuneStack/refs/heads/main/Install-IntuneStack.ps1') #> $RepoUrl = 'https://github.com/AllwaysHyPe/IntuneStack.git'