Skip to content

Commit

Permalink
Merge pull request #1854 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 b615b48 + 21c8886 commit 4f052f8
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="ohai"
$pkg_origin="chef"
$pkg_version=$(Get-Content "$PLAN_CONTEXT/../VERSION")
Expand Down

0 comments on commit 4f052f8

Please sign in to comment.