mirror of
https://github.com/goodhosts/cli.git
synced 2026-04-27 07:06:00 +03:00
[GH-ISSUE #6] Bug: Comment detection on host line is missing #6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Mte90 on GitHub (May 15, 2020).
Original GitHub issue: https://github.com/goodhosts/cli/issues/6
Originally assigned to: @luthermonson on GitHub.
If a line include a comment and we are adding to the same ip new domain they are added after the comment example:
If I do
The line is:
So basically if we are adding or deleting something this changes will happens anyway with the comment but new stuff will be appended after the comment.
@luthermonson commented on GitHub (May 21, 2020):
super good catch, ill try and fix this weekend.
@luthermonson commented on GitHub (May 26, 2020):
@Mte90 think this is fixed, give v1.0.2 a try, close the issue if you’re good.
@Mte90 commented on GitHub (May 26, 2020):
confirmed, this fixed the issue