Skip to content

Commit

Permalink
Fixes #20921: Adapt parent ticket for 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ncharles committed Mar 22, 2022
1 parent 6a89720 commit d68f2e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tree/30_generic_methods/variable_string_from_command.cf
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ bundle agent variable_string_from_command(prefix, name, command)
"full_class_prefix" string => canonify("variable_string_from_command_${report_param}");
"class_prefix" string => string_head("${full_class_prefix}", "1000");

"tmp_script_name" string => "/var/rudder/tmp/${variable_prefix}_${variable_name}_${this.promiser_pid}";
"tmp_script_name" string => "/var/rudder/tmp/${prefix}_${name}_${this.promiser_pid}";
"c_tmp_script_name" string => canonify("${tmp_script_name}");
"inner_class_prefix" string => "file_lines_present_${c_tmp_script_name}";

Expand Down

0 comments on commit d68f2e8

Please sign in to comment.