mirror of
https://github.com/octoleo/hosts.git
synced 2024-12-29 12:32:44 +00:00
Update grammar in comment.
This commit is contained in:
parent
a54793a9d0
commit
c680c02007
2
hosts
2
hosts
@ -1172,7 +1172,7 @@ HEREDOC
|
||||
show() {
|
||||
if [[ -n "${1:-}" ]]
|
||||
then
|
||||
# Run `sed` before `grep` to avoid conflict that supress `sed` output.
|
||||
# Run `sed` before `grep` to avoid conflict that supresses `sed` output.
|
||||
local _disabled_records
|
||||
_disabled_records=$(
|
||||
sed -n "s/^\\#\\(disabled: .*${1}.*\\)$/\\1/p" "${HOSTS_PATH}"
|
||||
|
Loading…
Reference in New Issue
Block a user