@@ -, +, @@ --- installer/data/mysql/atomicupdate/skeleton.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/installer/data/mysql/atomicupdate/skeleton.pl +++ a/installer/data/mysql/atomicupdate/skeleton.pl @@ -11,4 +11,4 @@ return { # Print useful stuff here say $out "Update is going well so far"; }, -} +}; --