Skip to content

Commit

Permalink
wip 1719924456
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Heath <[email protected]>
  • Loading branch information
Jason Heath committed Jul 2, 2024
1 parent 019c5e1 commit 13ea750
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion support/ci/builder-dev-plan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ do_prepare() {
# shellcheck disable=2154
do_builder_install() {
local pkg_path
pkg_path=$(hab pkg path habitat/"$pkg_name")
pkg_path=$(hab pkg path jasonheath/"$pkg_name")
# JAH: change the jasonheath/ above back to habitat/

build_line "Linking new binary into package"
ln -sfv "$CARGO_TARGET_DIR/$rustc_target/${builder_build_type#--}/$bin" \
Expand Down

0 comments on commit 13ea750

Please sign in to comment.