From 8ec22670f8e08c882967f88bb55c46f0a7d61c61 Mon Sep 17 00:00:00 2001 From: Stephan Yelle Date: Sat, 31 Jan 2026 20:30:12 -0500 Subject: [PATCH] Update samy.ps1 --- samy.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samy.ps1 b/samy.ps1 index 47ca443..034f7e4 100644 --- a/samy.ps1 +++ b/samy.ps1 @@ -102,7 +102,7 @@ $chunks = @( @{ Name = 'logging.fallback.ps1'; Url = "$Script:ChunkBase/logging.fallback.ps1?raw=1" }, # 2) Core helpers/utilities that others depend on - @{ Name = 'helpers.ps1'; Url = "$Script:ChunkBase/helpers.ps1?raw=1" }, + #@{ Name = 'helpers.ps1'; Url = "$Script:ChunkBase/helpers.ps1?raw=1" }, @{ Name = 'http.ps1'; Url = "$Script:ChunkBase/http.ps1?raw=1" }, #@{ Name = 'remote.ps1'; Url = "$Script:ChunkBase/remote.ps1?raw=1" },