Implement Action#remote (delegates to remote.fs)

This commit is contained in:
Thibault Jouan
2014-01-09 00:51:16 +00:00
parent 29c26ab961
commit cdc3128727
4 changed files with 10 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ module Producer
module Actions
class FileWriter < Action
def apply
remote.fs.file_write path, content
fs.file_write path, content
end
def path