diff options
author | Tim Smith <tsmith@chef.io> | 2018-08-22 15:24:48 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2018-08-22 15:24:48 -0700 |
commit | 1e881266caa159a186b03384c37cafbb560757d7 (patch) | |
tree | 1d0eed5516cac1f256b65bf0c9d14a8a1e7feeb3 | |
parent | 030b374eadb0ee0672cbf045185289ce54d06638 (diff) | |
download | chef-1e881266caa159a186b03384c37cafbb560757d7.tar.gz |
Remove usage of the package_task from the chef-config rakefile
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r-- | chef-config/Rakefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/chef-config/Rakefile b/chef-config/Rakefile index 324dbbdcf4..3ef4ac2a0c 100644 --- a/chef-config/Rakefile +++ b/chef-config/Rakefile @@ -1,9 +1,3 @@ -require "chef-config/package_task" - -ChefConfig::PackageTask.new(File.expand_path("..", __FILE__), "ChefConfig", "chef-config") do |package| - package.module_path = "chef-config" -end - task default: :spec begin |