forgot to actually run the tests

This commit is contained in:
Moritz Zwerger 2023-11-25 18:37:44 +01:00
parent 920539f0c4
commit ae8c8e293e
No known key found for this signature in database
GPG Key ID: 5CAD791931B09AC4

View File

@ -35,7 +35,7 @@ object ResourceProfileMigration {
if (it == "https://gitlab.bixilon.de/bixilon/minosoft-meta-bin/-/raw/master/\${hashPrefix}/\${fullHash}?ref_type=heads") return@let
val array = Jackson.MAPPER.createArrayNode()
array.add(it)
source.replace("minosoft-meta", array)
source.replace("minosoft_meta", array)
}
}
}