Skip to content

Commit

Permalink
Merge pull request #251 from chef/nikhil/core_git_version_issue
Browse files Browse the repository at this point in the history
Added the channel variable
  • Loading branch information
sanghinitin authored Dec 20, 2024
2 parents 33b0e86 + 628c23d commit 1d50dba
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="chef-cli"
$pkg_origin="chef"
$pkg_version=$(Get-Content "$PLAN_CONTEXT/../VERSION")
Expand Down

0 comments on commit 1d50dba

Please sign in to comment.