Simplify Remote::Environment

This commit is contained in:
Thibault Jouan
2014-07-01 20:02:35 +00:00
parent 336003d2d7
commit 8375890c1b
3 changed files with 5 additions and 50 deletions

View File

@@ -42,7 +42,7 @@ module Producer
end
def environment
Environment.new_from_string(execute 'env')
Environment.string_to_hash(execute 'env')
end
def cleanup