Skip to content

Commit ba0ec3b

Browse files
committed
Print pwd
1 parent 3ac4e38 commit ba0ec3b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tasks/update_doc.rake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ namespace :yard do
4646

4747
cmd = lambda do |command|
4848
puts ">> executing: #{command}"
49+
puts ">> in: #{Dir.pwd}"
4950
system command or raise "#{command} failed"
5051
end
5152

0 commit comments

Comments
 (0)