diff options
Diffstat (limited to 'chef-config/Rakefile')
-rw-r--r-- | chef-config/Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-config/Rakefile b/chef-config/Rakefile index 304c4d3c95..36e7e2572d 100644 --- a/chef-config/Rakefile +++ b/chef-config/Rakefile @@ -2,7 +2,7 @@ require 'rspec/core/rake_task' require 'chef-config/package_task' ChefConfig::PackageTask.new(File.expand_path('..', __FILE__), 'ChefConfig') do |package| - package.module_path_name = 'chef-config' + package.module_path = 'chef-config' end task :default => :spec |