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