Skip to content
This repository has been archived by the owner on Jul 14, 2021. It is now read-only.

Commit

Permalink
Correct gem name too
Browse files Browse the repository at this point in the history
Signed-off-by: Jon Cowie <jonlives@gmail.com>
  • Loading branch information
jonlives committed May 25, 2018
1 parent 649cc6e commit d52852d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion habitat/plan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ do_verify() {
do_unpack() {
# Unpack the gem we built to the source cache path. Building then unpacking
# the gem reuses the file inclusion/exclusion rules defined in the gemspec.
gem unpack $PLAN_CONTEXT/../$pkg_name-$pkg_version.gem --target=$HAB_CACHE_SRC_PATH
gem unpack $PLAN_CONTEXT/../chef-dk-$pkg_version.gem --target=$HAB_CACHE_SRC_PATH
}

do_prepare() {
Expand Down

0 comments on commit d52852d

Please sign in to comment.