From 83b2a9cc50cda54a0cc484352a0e2eea7f108219 Mon Sep 17 00:00:00 2001 From: David Dollar Date: Sun, 17 Jun 2012 21:55:19 -0400 Subject: [PATCH] always flush output --- lib/foreman/engine/cli.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/foreman/engine/cli.rb b/lib/foreman/engine/cli.rb index d669aba..4595999 100644 --- a/lib/foreman/engine/cli.rb +++ b/lib/foreman/engine/cli.rb @@ -58,6 +58,7 @@ class Foreman::Engine::CLI < Foreman::Engine output += $stdout.color(:reset) output += message $stdout.puts output + $stdout.flush end end