Skip to content

Commit

Permalink
Merge pull request #42 from chef/nikhil/adding_bldr_channel
Browse files Browse the repository at this point in the history
added the channel variable
  • Loading branch information
nikhil2611 authored Dec 23, 2024
2 parents 0d93053 + 80dd1bf commit 5001383
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 5001383

Please sign in to comment.