lib/testlab/providers/local.rb in testlab-0.6.17 vs lib/testlab/providers/local.rb in testlab-0.7.0
- old
+ new
@@ -73,10 +73,10 @@
def user
ENV['USER']
end
def identity
- File.join(ENV['HOME'], ".ssh", "id_rsa")
+ File.join(Dir.home, ".ssh", "id_rsa")
end
def ip
"127.0.0.1"
end