lib/testlab/providers/local.rb in testlab-0.7.0 vs lib/testlab/providers/local.rb in testlab-0.7.1

- old
+ new

@@ -73,10 +73,10 @@ def user ENV['USER'] end def identity - File.join(Dir.home, ".ssh", "id_rsa") + File.join(ENV['HOME'], ".ssh", "id_rsa") end def ip "127.0.0.1" end