From d512920bc8c619592dab5d180da486a81de5ae5a Mon Sep 17 00:00:00 2001 From: Sougata Bhattacharjee Date: Tue, 27 Aug 2024 13:58:20 +0000 Subject: [PATCH] Fixed Hab download channel Signed-off-by: Sougata Bhattacharjee --- components/hab/install.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/hab/install.ps1 b/components/hab/install.ps1 index 79917bbfdb..5e69a2b6af 100644 --- a/components/hab/install.ps1 +++ b/components/hab/install.ps1 @@ -16,7 +16,7 @@ Specifies a version (ex: 0.75.0, 0.75.0/20190219232208) param ( [Alias("c")] - [string]$Channel="LTS-2024", + [string]$Channel="stable", [Alias("v")] [string]$Version )