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:
4ee89fc
)
Fix return type in prompt_for_update
author
XhmikosR
<redacted>
Tue, 12 Dec 2023 05:34:10 +0000
(07:34 +0200)
committer
GitHub
<redacted>
Tue, 12 Dec 2023 05:34:10 +0000
(07:34 +0200)
updateHostsFile.py
patch
|
blob
|
history
diff --git
a/updateHostsFile.py
b/updateHostsFile.py
index 77e9cc844ec2c96c5185b13a0e190c21aae32b6e..b250556ca94401afde421ac040abfbf66fcd7ea7 100755
(executable)
--- a/
updateHostsFile.py
+++ b/
updateHostsFile.py
@@
-385,7
+385,7
@@
def prompt_for_update(freshen, update_auto):
)
if not freshen:
- return
+ return
False
prompt = "Do you want to update all data sources?"
git clone https://git.99rst.org/PROJECT