Conversation
Signed-off-by: Takashi Menjo <takashi.menjo+github@gmail.com>
|
Note that, without change of the |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #235 +/- ##
=======================================
Coverage 94.26% 94.26%
=======================================
Files 60 60
Lines 2441 2441
Branches 124 124
=======================================
Hits 2301 2301
Misses 101 101
Partials 39 39 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
I just noticed that an empty string argument for Can anyone here try to run |
Signed-off-by: Takashi Menjo <takashi.menjo+github@gmail.com>
|
I added a commit that |
I don't think we need to use the -i option. Any reason you want to use it? |
Without |
|
sorry, my bad, why do we need to take the backup? I asked the wrong question |
We don't need backup actually, but I have no choice but to use It's a compatibility issue between GNU sed (Linux) and BSD sed (Mac). Googling with [sed i linux mac], we can find many pages about the issue such as [1]. If I just think about Linux (my dev env using GNU sed), my In contrast to that, the following command line having an empty string for |
|
|
Thanks for the changes @tmenjo :D |
Close #234