Skip to content

Commit

Permalink
fixup! fixup! fixup! Fixes #18384: Create a file from remote template…
Browse files Browse the repository at this point in the history
… generic method

Fixes #18384: Create a file from remote template generic method
  • Loading branch information
ncharles committed Oct 28, 2020
1 parent 5b19cd3 commit 61846c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tree/30_generic_methods/file_from_remote_template.cf
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ bundle agent file_from_remote_template(source_template, destination, template_ty
"full_class_prefix" string => canonify("file_from_template_${report_param}");
"class_prefix" string => string_head("${full_class_prefix}", "1000");

"template_folder" string => "${sys.workdir}/templates/file_from_remote_template";
"template_folder" string => "${sys.workdir}/tmp/templates/file_from_remote_template";
"template_tmp_file" string => "${template_folder}/${destination}";

"full_copy_class_prefix" string => canonify("file_from_remote_source_${source_template}_${template_tmp_file}");
Expand Down

0 comments on commit 61846c0

Please sign in to comment.