Skip to content

Add replace of CRLF to CR throughout sensitive templates

It was found that users whom checked out in an environment with CRLF line endings (Windows) could hit total failures due to lines such as replace "\n" " " resulting in trailing \r.

This updates related template lines to account for the possible need to replace the CRLF with LF.

Closes #1541 (closed)

cc @ctimberlake1

Edited by Jason Plum

Merge request reports

Loading