Skip to content

Commit b61caa7

Browse files
committed
Fixed incorrect variable name for evaluation_order in update policy
1 parent 5f14be4 commit b61caa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

update.cf.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ body agent control
192192

193193
@if minimum_version(3.27.0)
194194
# The order in which promises are evaluated (top_down|classic)
195-
evaluation_order => "$(default:def.control_agent_update_evaluation_order)";
195+
evaluation_order => "$(default:update_def.control_agent_update_evaluation_order)";
196196

197197
# The permissions automatically created directories should have
198198
default_directory_create_mode => "$(default:update_def.control_agent_default_directory_create_mode)";

0 commit comments

Comments
 (0)