We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ac4e38 commit ba0ec3bCopy full SHA for ba0ec3b
tasks/update_doc.rake
@@ -46,6 +46,7 @@ namespace :yard do
46
47
cmd = lambda do |command|
48
puts ">> executing: #{command}"
49
+ puts ">> in: #{Dir.pwd}"
50
system command or raise "#{command} failed"
51
end
52
0 commit comments