summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorRyan Davis <ryand@zenspider.com>2018-02-14 13:37:10 -0800
committerRyan Davis <ryand@zenspider.com>2018-02-14 13:37:10 -0800
commit90591e48728f08304c061001764358095bcece37 (patch)
treead079afe00cb80759fe3ce2ed485327aad418450 /lib
parent7b83463eddfbd2b3921d665631c68dee876f598f (diff)
downloadhoe-90591e48728f08304c061001764358095bcece37.tar.gz
- Fixed ridocs rake task.
[git-p4: depot-paths = "//src/hoe/dev/": change = 11530]
Diffstat (limited to 'lib')
-rw-r--r--lib/hoe/publish.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/hoe/publish.rb b/lib/hoe/publish.rb
index 39de89f..4f33526 100644
--- a/lib/hoe/publish.rb
+++ b/lib/hoe/publish.rb
@@ -129,7 +129,7 @@ module Hoe::Publish
desc "Generate ri locally for testing."
task :ridocs => [:clean, :isolate] do
- ruby(*make_rdoc_cmd("--ri", "-o", "ri"))
+ sh(*make_rdoc_cmd("--ri", "-o", "ri"))
end
end