From 0818a168a7cddbd18c8ab6cb6a69dfa623792625 Mon Sep 17 00:00:00 2001 From: nikhil2611 Date: Mon, 9 Sep 2024 16:13:14 +0530 Subject: [PATCH] updated the origin to core Signed-off-by: nikhil2611 --- habitat/plan.ps1 | 2 +- habitat/plan.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/habitat/plan.ps1 b/habitat/plan.ps1 index 28b5cf379..7d9ad6975 100644 --- a/habitat/plan.ps1 +++ b/habitat/plan.ps1 @@ -2,7 +2,7 @@ $ErrorActionPreference = "Stop" $PSDefaultParameterValues['*:ErrorAction']='Stop' $pkg_name="berkshelf" -$pkg_origin="ngupta26" +$pkg_origin="core" $pkg_version=$(Get-Content "$PLAN_CONTEXT/../VERSION") $pkg_revision="1" $pkg_maintainer="The Chef Maintainers " diff --git a/habitat/plan.sh b/habitat/plan.sh index 57be1890c..0a20a9d0b 100644 --- a/habitat/plan.sh +++ b/habitat/plan.sh @@ -1,5 +1,5 @@ pkg_name=berkshelf -pkg_origin=ngupta26 +pkg_origin=core pkg_version="8.0.15" pkg_description="Manage Chef Infra cookbooks and cookbook dependencies" pkg_license=('Apache-2.0')