Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/jsxc.nextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsualko <klaus@jsxc.org>2022-01-04 17:18:39 +0300
committersualko <klaus@jsxc.org>2022-01-04 17:18:39 +0300
commite24b21b21203b38f20a2e3ca57083ca90aaf3748 (patch)
tree415e46b24e50f7544d1e40876d966e0eab2f441a
parent4124db68385976a020230ce99020f38372df34a5 (diff)
chore: fix xml schema
-rwxr-xr-xappinfo/info.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index f3eb324..01b32a1 100755
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -50,12 +50,12 @@
</dependencies>
<repair-steps>
- <install>
- <step>OCA\OJSXC\Migration\InitApiSecret</step>
- </install>
<post-migration>
<step>OCA\OJSXC\Migration\MigrateConfig</step>
</post-migration>
+ <install>
+ <step>OCA\OJSXC\Migration\InitApiSecret</step>
+ </install>
</repair-steps>
<settings>