chore: fix post-migration repair step naming in info.xml

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
This commit is contained in:
Côme Chilliet 2024-09-14 21:29:11 +02:00
Родитель a85a2328c6
Коммит 47548fc174
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: A3E2F658B28C760A
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -40,9 +40,9 @@
<nextcloud min-version="28" max-version="29"/>
</dependencies>
<repair-steps>
<post-migrate>
<post-migration>
<step>OCA\Maps\Migration\RegisterMimeType</step>
</post-migrate>
</post-migration>
<install>
<step>OCA\Maps\Migration\InstallScan</step>
<step>OCA\Maps\Migration\RegisterMimeType</step>