mirror of https://github.com/renovatebot/renovate
parent
ce88c32f94
commit
9c086703c6
|
@ -9,7 +9,7 @@ function template(name, subdir = 'default/') {
|
|||
'utf8'
|
||||
);
|
||||
// Strip off any trailing line break
|
||||
return hbsContents.replace(/\n$/, '');
|
||||
return hbsContents.replace(/\r?\n$/, '');
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
|
|
Loading…
Reference in New Issue