From e93c95587163582c73e4bd2269e929ad05690712 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Thu, 6 Jan 2022 15:28:20 -0300 Subject: [PATCH] Bug 29813: Add missing semicolon in skeleton.pl This has no effect as it is not causing problems. But. Signed-off-by: Tomas Cohen Arazi Signed-off-by: David Nind --- installer/data/mysql/atomicupdate/skeleton.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/data/mysql/atomicupdate/skeleton.pl b/installer/data/mysql/atomicupdate/skeleton.pl index 5709cd56f2..72c36af12b 100755 --- a/installer/data/mysql/atomicupdate/skeleton.pl +++ b/installer/data/mysql/atomicupdate/skeleton.pl @@ -11,4 +11,4 @@ return { # Print useful stuff here say $out "Update is going well so far"; }, -} +}; -- 2.30.2