Commit da1c8a0d authored by Fabio Pelosin's avatar Fabio Pelosin

[Executable] Made executed command more prominent.

parent fcc94b68
......@@ -7,7 +7,7 @@ module Pod
raise Informative, "Unable to locate the executable `#{name}'"
end
if Config.instance.verbose?
puts "#{bin} #{command}"
puts "-> #{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