Skip to content

Commit 4ff6e1b

Browse files
committed
ci(xmllint): Fix element order
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 parent 5c4b0db commit 4ff6e1b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

appinfo/info.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,14 @@ exports.
4242
<job>OCA\Absence\BackgroundJob\YearRolloverJob</job>
4343
</background-jobs>
4444
<repair-steps>
45-
<install>
46-
<step>OCA\Absence\Migration\SeedLeaveTypes</step>
47-
<step>OCA\Absence\Migration\EnableAuditLogging</step>
48-
</install>
4945
<post-migration>
5046
<step>OCA\Absence\Migration\EnableAuditLogging</step>
5147
<step>OCA\Absence\Migration\ConvertConfigTypes</step>
5248
</post-migration>
49+
<install>
50+
<step>OCA\Absence\Migration\SeedLeaveTypes</step>
51+
<step>OCA\Absence\Migration\EnableAuditLogging</step>
52+
</install>
5353
<uninstall>
5454
<step>OCA\Absence\Migration\DisableAuditLogging</step>
5555
</uninstall>

0 commit comments

Comments
 (0)