Skip to content

Commit a4eb37a

Browse files
log
Signed-off-by: Laurent Martin <laurent.martin.l@gmail.com>
1 parent c155e2b commit a4eb37a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/lib/build_tools.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def dry_run?
3131
# @param git [Symbol] Name of executable
3232
def drun(*cmd, **kwargs)
3333
if dry_run?
34-
log.info("Would execute: #{cmd.map{ |i| Aspera::Environment.shell_escape_pretty(i.to_s)}.join(' ')}")
34+
log.info("#{'Would execute'.red}: #{cmd.map{ |i| Aspera::Environment.shell_escape_pretty(i.to_s)}.join(' ')}")
3535
return '' if kwargs[:mode].eql?(:capture)
3636
else
3737
run(*cmd, **kwargs)

0 commit comments

Comments
 (0)