diff options
author | elijah <elijah@riseup.net> | 2015-07-10 18:04:08 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2015-07-10 18:04:08 -0700 |
commit | ab406d6f9a8487b2ac837adc3eeae01788fb2a93 (patch) | |
tree | c2e748c8e219a01f7644453b7af265369ccb3d17 /lib/leap_cli/remote | |
parent | f528ccc241b88d49eb33bfc9b260a569d7651b48 (diff) |
improve `leap facts update`. closes bugs #7236 and #7237
Diffstat (limited to 'lib/leap_cli/remote')
-rw-r--r-- | lib/leap_cli/remote/leap_plugin.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/leap_cli/remote/leap_plugin.rb b/lib/leap_cli/remote/leap_plugin.rb index e425842..3e33a61 100644 --- a/lib/leap_cli/remote/leap_plugin.rb +++ b/lib/leap_cli/remote/leap_plugin.rb @@ -184,7 +184,8 @@ module LeapCli; module Remote; module LeapPlugin private def progress(str='.') - $stdout.print str; $stdout.flush; + print str + STDOUT.flush end #def mkdir(dir) |