Skip to content

Commit

Permalink
forgot to actually run the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Bixilon committed Nov 25, 2023
1 parent 920539f commit ae8c8e2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
}
}

0 comments on commit ae8c8e2

Please sign in to comment.