diff options
| -rw-r--r-- | lib/leap_cli/ssh/scripts.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lib/leap_cli/ssh/scripts.rb b/lib/leap_cli/ssh/scripts.rb index 7b76285b..a15a9edd 100644 --- a/lib/leap_cli/ssh/scripts.rb +++ b/lib/leap_cli/ssh/scripts.rb @@ -17,7 +17,7 @@ module LeapCli        attr_reader :ssh, :host        def initialize(backend, hostname)          @ssh = backend -        @host = host +        @host = hostname        end        # | 
