summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
Diffstat (limited to 'chef-config')
-rw-r--r--chef-config/lib/chef-config/package_task.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-config/lib/chef-config/package_task.rb b/chef-config/lib/chef-config/package_task.rb
index 424bb85eef..33c28b23fa 100644
--- a/chef-config/lib/chef-config/package_task.rb
+++ b/chef-config/lib/chef-config/package_task.rb
@@ -165,7 +165,7 @@ module ChefConfig
end
namespace :version do
- desc 'Regenerate lib/#{@module_path}/version.rb from VERSION file'
+ desc "Regenerate lib/#{module_path}/version.rb from VERSION file"
task :update => :update_components_versions do
update_version_rb
update_gemfile_lock