From 7fc077dd89dacd6f820e5d76fa75405c83d175c1 Mon Sep 17 00:00:00 2001 From: Sougata Bhattacharjee Date: Wed, 24 Jul 2024 01:24:43 +0000 Subject: [PATCH] Made test fail fixes 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 5e69a2b6af..79917bbfdb 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="stable", + [string]$Channel="LTS-2024", [Alias("v")] [string]$Version )