summaryrefslogtreecommitdiff
path: root/lib/leap_cli/remote/leap_plugin.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/leap_cli/remote/leap_plugin.rb')
-rw-r--r--lib/leap_cli/remote/leap_plugin.rb3
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)