Skip to content

Commit

Permalink
Hab channel changed
Browse files Browse the repository at this point in the history
Signed-off-by: nitin sanghi <[email protected]>
  • Loading branch information
sanghinitin committed Nov 12, 2024
1 parent fe50afb commit a7e42e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion habitat/plan.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export HAB_BLDR_CHANNEL="LTS-2024"
pkg_name=chef-cli
pkg_origin=chef
ruby_pkg="core/ruby3_1"
Expand Down Expand Up @@ -64,7 +65,7 @@ export PATH="/sbin:/usr/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/bin:\$PATH
export GEM_HOME="$pkg_prefix/vendor"
export GEM_PATH="$GEM_PATH"
exec $(pkg_path_for core/ruby31)/bin/ruby $real_bin \$@
exec $(pkg_path_for ${ruby_pkg})/bin/ruby $real_bin \$@
EOF
chmod -v 755 "$bin"
}
Expand Down

0 comments on commit a7e42e2

Please sign in to comment.