summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-07-30 10:13:39 -0700
committerTim Smith <tsmith@chef.io>2018-07-30 10:13:39 -0700
commita7be5f29d58381248474080d300a76bc638354dd (patch)
tree1f5d655fcdc8fa0a97b422de4d9d65359e0b035c /Rakefile
parent20cfeabcdce630f2cdf5f06903e5733f3a9c55c0 (diff)
downloadmixlib-cli-a7be5f29d58381248474080d300a76bc638354dd.tar.gz
Fix the yard rake task name
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 3508f98..1baff27 100644
--- a/Rakefile
+++ b/Rakefile
@@ -22,7 +22,7 @@ end
begin
require "yard"
- YARD::Rake::YardocTask.new(:doc)
+ YARD::Rake::YardocTask.new(:docs)
rescue LoadError
puts "yard is not available. bundle install first to make sure all dependencies are installed."
end