Commit 82c9f5bf by Michael DeHaan

Merge pull request #5060 from bcoca/assemble_fix

fixed typo for assemble function
parents 4ba51eef 65885fee
......@@ -64,7 +64,7 @@ class ActionModule(object):
return self.runner._execute_module(conn, tmp, 'assemble', module_args, inject=inject, complex_args=complex_args)
# Does all work assembling the file
path = assemble_from_fragments(src, delimiter)
path = _assemble_from_fragments(src, delimiter)
pathmd5 = utils.md5s(path)
remote_md5 = self.runner._remote_md5(conn, tmp, dest)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment