Commit 398d405
committed
Fix newline
`git commit` in Ubuntu is not handling `\n` stroke the same way as Alpine.
Using `echo -e` will normalize this.
This wasn't an issue on Alpine.
Added also newline handling to `files_changed` just in case.\n handling if using commit_prefix or commit_message
1 parent 240866a commit 398d405
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
| 93 | + | |
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| |||
0 commit comments