Changed verbose output of git commands during update to use the existing style.
This commit is contained in:
parent
d296038ead
commit
91736e24cb
@ -38,7 +38,10 @@ class RefreshBrew
|
|||||||
|
|
||||||
def execute(cmd)
|
def execute(cmd)
|
||||||
out = `#{cmd}`
|
out = `#{cmd}`
|
||||||
ohai "#{cmd}: #{out}" if ARGV.verbose?
|
if ARGV.verbose?
|
||||||
|
ohai cmd
|
||||||
|
puts out
|
||||||
|
end
|
||||||
out
|
out
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user