git.99rst.org
/
stevenblack-hosts.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
5b25845
)
Fix default whitelist argument.
author
Adam Herzog
<redacted>
Mon, 20 Apr 2020 14:22:13 +0000
(10:22 -0400)
committer
Adam Herzog
<redacted>
Mon, 20 Apr 2020 14:22:13 +0000
(10:22 -0400)
updateHostsFile.py
patch
|
blob
|
history
diff --git
a/updateHostsFile.py
b/updateHostsFile.py
index d7ba9ef26f460f07741e2822d438383f2592b13e..536696168f9a89b05fe10ddf6086c821baccc0d1 100644
(file)
--- a/
updateHostsFile.py
+++ b/
updateHostsFile.py
@@
-205,7
+205,7
@@
def main():
"--whitelist",
"-w",
dest="whitelistfile",
- default=path_join_robust(BASEDIR_PATH, "
black
list"),
+ default=path_join_robust(BASEDIR_PATH, "
white
list"),
help="Whitelist file to use while generating hosts files.",
)
parser.add_argument(
git clone https://git.99rst.org/PROJECT