lib/foreplay/engine/step.rb in foreplay-0.15.2 vs lib/foreplay/engine/step.rb in foreplay-0.15.4

- old
+ new

@@ -112,10 +112,10 @@ def silent? @silent ||= step['silent'] end def announce - log "#{(step['commentary'] || command).yellow}", host: host, silent: silent? + log (step['commentary'] || command).yellow.to_s, host: host, silent: silent? log command.cyan, host: host, silent: silent? if instructions['verbose'] && step['commentary'] && command end end end end