Closed isacikgoz closed 1 month ago
Figured out this by testing locally, we should actually escape the backslash because the replace reads values as raw strings.
Is it applicable only for migration-assist or the main repo as well?
@agnivade this is only for the migration-assist. Luckily we don't use replace for escaped values in main repo.
migration-assist
Summary
Figured out this by testing locally, we should actually escape the backslash because the replace reads values as raw strings.