Commit 38765151 authored by Fabio Pelosin's avatar Fabio Pelosin

[Pod::Executable] Show woking dir in output.

parent 7162c5af
......@@ -7,7 +7,7 @@ module Pod
raise Informative, "Unable to locate the executable `#{name}'"
end
if Config.instance.verbose?
puts "-> #{bin} #{command}"
puts "-> [#{Dir.pwd}] $ #{bin} #{command}"
`#{bin} #{command} 1>&2`
else
`#{bin} #{command} 2> /dev/null`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment