Skip to content

Commit 157cda7

Browse files
committed
Fix bug in check_mdns()
1 parent 63d946b commit 157cda7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

comitup/mdns.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ def check_mdns(hosts: List[str]) -> None:
204204
if reset:
205205
log.error("Mdns check failed - resetting records and services.")
206206
clear_entries(emphatic=True)
207-
add_hosts(*hosts)
207+
add_hosts(hosts)
208208

209209

210210
if __name__ == "__main__":

0 commit comments

Comments
 (0)