Skip to content

Commit

Permalink
Fixes #9939: Broken build in 4.x since the merge of parent ticket
Browse files Browse the repository at this point in the history
  • Loading branch information
ncharles committed Jan 10, 2017
1 parent fea1aa1 commit 79857bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ class ReportDisplayer(

case UnexpectedVersion(lastRunDateTime, Some(lastRunConfigInfo), lastRunExpiration, expectedConfig, expectedExpiration) =>
(
<p>This node is sending reports from an out-of-date configuration policy ({lastRunConfigInfo.configId.value}, run started at {lastRunDateTime.toString(dateFormat)}).
<p>This node is sending reports from an out-of-date configuration policy ({lastRunConfigInfo.nodeConfigId.value}, run started at {lastRunDateTime.toString(dateFormat)}).
Please check that the node is able to update it's policy by running 'rudder agent update' on the node.</p>
<p>For information, expected node policies are displayed below.</p>
<p>{currentConfigId(expectedConfig)}</p>
Expand Down

0 comments on commit 79857bf

Please sign in to comment.