Automattic / Automattic/dev-env-update-hosts
Ensure `hosts` ends with a new line
Open
- Dominant language
- C
- Stars
- 0
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Consider the situation:
```
127.0.0.1 some.domain
```
If there is no newline character, the result will be
```
127.0.0.1 some.domain127.0.0.1 vip-local.vipdev.lndo.site
```
which is incorrect.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.