Skip to content

Commit

Permalink
updated the origin to core
Browse files Browse the repository at this point in the history
Signed-off-by: nikhil2611 <[email protected]>
  • Loading branch information
nikhil2611 committed Sep 9, 2024
1 parent b13f5f9 commit 0818a16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion habitat/plan.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion habitat/plan.sh
Original file line number Diff line number Diff line change
@@ -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')
Expand Down

0 comments on commit 0818a16

Please sign in to comment.