From a48fb5c054569072ede54ecd8ff1134efbe6e96c Mon Sep 17 00:00:00 2001 From: Sean Simmons Date: Mon, 28 Oct 2024 16:15:44 -0400 Subject: [PATCH] changing origin Signed-off-by: Sean Simmons --- .expeditor/build.habitat.yml | 2 +- habitat/plan.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.expeditor/build.habitat.yml b/.expeditor/build.habitat.yml index f6acc8aa..75553143 100644 --- a/.expeditor/build.habitat.yml +++ b/.expeditor/build.habitat.yml @@ -1,3 +1,3 @@ --- bldr_toml: .bldr.toml -origin: chefops \ No newline at end of file +origin: chef-demo \ No newline at end of file diff --git a/habitat/plan.sh b/habitat/plan.sh index 574eff6a..007f076f 100644 --- a/habitat/plan.sh +++ b/habitat/plan.sh @@ -1,5 +1,5 @@ pkg_name=hello-omnibus-harmony -pkg_origin=chefops +pkg_origin=chef-demo pkg_maintainer="The Chef Best team, training" pkg_license=('Apache-2.0') pkg_build_deps=(core/go22)