From dddbaa40ed9abb1031ccdce21c3d6769dbc5b112 Mon Sep 17 00:00:00 2001 From: elijah Date: Tue, 28 Oct 2014 11:21:21 -0700 Subject: autoload some of the external dependencies that are rarely used, so that we don't need to load them every time. --- lib/leap_cli/remote/rsync_plugin.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/leap_cli/remote/rsync_plugin.rb') diff --git a/lib/leap_cli/remote/rsync_plugin.rb b/lib/leap_cli/remote/rsync_plugin.rb index 48f82d3..a6708f4 100644 --- a/lib/leap_cli/remote/rsync_plugin.rb +++ b/lib/leap_cli/remote/rsync_plugin.rb @@ -3,7 +3,7 @@ # (see RemoteCommand::new_capistrano) # -require 'rsync_command' +autoload :RsyncCommand, 'rsync_command' module LeapCli; module Remote; module RsyncPlugin -- cgit v1.2.3