Implement Action#remote (delegates to remote.fs)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user