From bce5f86cc91cbe8cc79c1f463513b354c9b421ef 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 Signed-off-by: Jonathan Druart --- 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 5709cd56f2a..72c36af12b2 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.25.1