From bc5b778f110258c638c29fa2c518a8bc1309e88f Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Fri, 19 Apr 2019 09:53:53 +0000 Subject: [PATCH] Bug 22564: (QA follow-up) Correct copy-paste message Content-Type: text/plain; charset=utf-8 We should be replacing Rep here ;) Signed-off-by: Marcel de Rooy --- installer/data/mysql/atomicupdate/bug_22564.perl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/data/mysql/atomicupdate/bug_22564.perl b/installer/data/mysql/atomicupdate/bug_22564.perl index 0407ac8401..98305ccf81 100644 --- a/installer/data/mysql/atomicupdate/bug_22564.perl +++ b/installer/data/mysql/atomicupdate/bug_22564.perl @@ -13,5 +13,5 @@ if ( CheckVersion($DBversion) ) { ); SetVersion($DBversion); - printf "Upgrade to $DBversion done (Bug 22564 - Fix accounttype 'O' to 'FU' - %d updated)\n", $rows; + printf "Upgrade to $DBversion done (Bug 22564 - Fix accounttype 'Rep' - %d updated)\n", $rows; } -- 2.11.0