Skip to content

Fix pattern handling for scale migration

Daniel Gerhardt requested to merge fix-scale-migration into master

The pattern was unintentionally anchored by using the matches method. find is now used so any text before or after the pattern is allowed. Futhermore, the pattern is now case insensitive.

Merge request reports