Skip to content

Commit

Permalink
updated the origin to chef
Browse files Browse the repository at this point in the history
Signed-off-by: nikhil2611 <[email protected]>
  • Loading branch information
nikhil2611 committed Oct 18, 2024
1 parent 52bd616 commit 1858bec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .expeditor/build.habitat.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
origin: ngupta26
origin: chef

expeditor:
defaults:
Expand Down
2 changes: 1 addition & 1 deletion habitat/plan.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ $PSDefaultParameterValues['*:ErrorAction']='Stop'

$env:HAB_BLDR_CHANNEL = "LTS-2024"
$pkg_name="test-kitchen"
$pkg_origin="ngupta26"
$pkg_origin="chef"
$pkg_version=$(Get-Content "$PLAN_CONTEXT/../VERSION")
$pkg_maintainer="The Chef Maintainers <[email protected]>"

Expand Down
2 changes: 1 addition & 1 deletion habitat/plan.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export HAB_BLDR_CHANNEL="LTS-2024"
_chef_client_ruby="core/ruby3_1"
pkg_name="test-kitchen"
pkg_origin="ngupta26"
pkg_origin="chef"
pkg_maintainer="The Chef Maintainers <[email protected]>"
pkg_description="The Chef Test Kitchen"
pkg_license=('Apache-2.0')
Expand Down

0 comments on commit 1858bec

Please sign in to comment.