Skip to content

Commit 1ac28bb

Browse files
authored
Merge pull request #16 from chipnet/patch-1
Update hosts
2 parents 706566f + d332866 commit 1ac28bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hosts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1281,7 +1281,7 @@ list() {
12811281
# inconsistent behavior.
12821282
local _enabled_entries
12831283
_enabled_entries="$(
1284-
grep -v -e '^$' -e '^\s*\#' "${HOSTS_PATH}"
1284+
grep -v -e '^$' -e '^\s*#' "${HOSTS_PATH}"
12851285
)"
12861286

12871287
if [[ -n "${1:-}" ]]

0 commit comments

Comments
 (0)