From 1858bec4824d7bbee01a4989107317327b977e45 Mon Sep 17 00:00:00 2001 From: nikhil2611 Date: Fri, 18 Oct 2024 14:43:50 +0530 Subject: [PATCH] updated the origin to chef Signed-off-by: nikhil2611 --- .expeditor/build.habitat.yml | 2 +- habitat/plan.ps1 | 2 +- habitat/plan.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.expeditor/build.habitat.yml b/.expeditor/build.habitat.yml index 4be62ad7c..72ea2567a 100644 --- a/.expeditor/build.habitat.yml +++ b/.expeditor/build.habitat.yml @@ -1,5 +1,5 @@ --- -origin: ngupta26 +origin: chef expeditor: defaults: diff --git a/habitat/plan.ps1 b/habitat/plan.ps1 index 10e8aefa0..7e0d2387e 100644 --- a/habitat/plan.ps1 +++ b/habitat/plan.ps1 @@ -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 " diff --git a/habitat/plan.sh b/habitat/plan.sh index 9deceb3b7..43a485e2f 100644 --- a/habitat/plan.sh +++ b/habitat/plan.sh @@ -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 " pkg_description="The Chef Test Kitchen" pkg_license=('Apache-2.0')