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

Fix hab plan to use correct gemspec name #1587

Merged
merged 3 commits into from
May 25, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .expeditor/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ docker_images:
- chefdk

habitat_packages:
- chefdk
- chef-dk

github:
# The file where the MAJOR.MINOR.PATCH version is kept. The version in this file
Expand Down
2 changes: 1 addition & 1 deletion habitat/plan.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pkg_name=chefdk
pkg_name=chef-dk
pkg_origin=chef
pkg_maintainer="The Chef Maintainers <humans@chef.io>"
pkg_description="The Chef Developer Kit"
Expand Down