Skip to content

Commit

Permalink
Fixed Hab download channel
Browse files Browse the repository at this point in the history
Signed-off-by: Sougata Bhattacharjee <sougatab@progress.com>
  • Loading branch information
sougata-progress committed Aug 27, 2024
1 parent bcc70a0 commit d512920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/hab/install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
Expand Down

0 comments on commit d512920

Please sign in to comment.