Skip to content

Commit f252371

Browse files
committed
Fixed incorrect variable name for evaluation_order in update policy
1 parent 72e2c51 commit f252371

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
@endif
197197

198198
control_agent_agentfacility_configured::

0 commit comments

Comments
 (0)