summaryrefslogtreecommitdiff
path: root/lib/leap_cli/remote/leap_plugin.rb
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2016-06-21 15:59:27 -0700
committerelijah <elijah@riseup.net>2016-06-21 15:59:27 -0700
commitd4ee04322ce642c602269738e45f63b800d78cf7 (patch)
treea49bba9f5a34a3d50b0bbe8b325e0172b4a6dd33 /lib/leap_cli/remote/leap_plugin.rb
parent7258edade9422fdfba1311be779d2ba40d2d042c (diff)
fix ruby deprecation warnings
Diffstat (limited to 'lib/leap_cli/remote/leap_plugin.rb')
-rw-r--r--lib/leap_cli/remote/leap_plugin.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/leap_cli/remote/leap_plugin.rb b/lib/leap_cli/remote/leap_plugin.rb
index b48f433..ee33cea 100644
--- a/lib/leap_cli/remote/leap_plugin.rb
+++ b/lib/leap_cli/remote/leap_plugin.rb
@@ -148,7 +148,7 @@ module LeapCli; module Remote; module LeapPlugin
ssh_failures = []
exitcode_failures = []
succeeded = []
- task = LeapCli.log_level > 1 ? :standard_task : :skip_errors_task
+ task = LeapCli.logger.log_level > 1 ? :standard_task : :skip_errors_task
with_task(task) do
log :querying, 'facts' do
progress " "