diff options
author | Noah Kantrowitz <noah@coderanger.net> | 2017-05-25 18:42:04 -0500 |
---|---|---|
committer | Noah Kantrowitz <noah@coderanger.net> | 2017-05-25 18:42:04 -0500 |
commit | d9a4af931c0b17e2a1e3e3d7a9f682b7193a73c4 (patch) | |
tree | 89aa27d95fee700033a1f49c4bc67e38ff53715b /chef-config/lib | |
parent | 3ef7e1931fa47841952a1bc9c0cc3cb8b58a3acc (diff) | |
download | chef-d9a4af931c0b17e2a1e3e3d7a9f682b7193a73c4.tar.gz |
Fix the update task description.
Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
Diffstat (limited to 'chef-config/lib')
-rw-r--r-- | chef-config/lib/chef-config/package_task.rb | 2 |
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 |