Skip to content

Commit 1d50dba

Browse files
authored
Merge pull request #251 from chef/nikhil/core_git_version_issue
Added the channel variable
2 parents 33b0e86 + 628c23d commit 1d50dba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

habitat/plan.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
$ErrorActionPreference = "Stop"
22
$PSDefaultParameterValues['*:ErrorAction']='Stop'
33

4+
$env:HAB_BLDR_CHANNEL = "LTS-2024"
45
$pkg_name="chef-cli"
56
$pkg_origin="chef"
67
$pkg_version=$(Get-Content "$PLAN_CONTEXT/../VERSION")

0 commit comments

Comments
 (0)