Skip to content

Commit

Permalink
added the channel variable
Browse files Browse the repository at this point in the history
Signed-off-by: nikhil2611 <[email protected]>
  • Loading branch information
nikhil2611 committed Dec 23, 2024
1 parent 0d93053 commit 80dd1bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions habitat/plan.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
$ErrorActionPreference = "Stop"
$PSDefaultParameterValues['*:ErrorAction']='Stop'

$env:HAB_BLDR_CHANNEL = "LTS-2024"
$pkg_name="fauxhai"
$pkg_origin="core"
$pkg_version=$(Get-Content "$PLAN_CONTEXT/../VERSION")
Expand Down

0 comments on commit 80dd1bf

Please sign in to comment.