mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-12-22 14:20:44 -06:00
fix hosts handling
This commit is contained in:
parent
a559ac1c79
commit
ea8099e184
1 changed files with 2 additions and 0 deletions
|
@ -37,6 +37,8 @@ proc updateContext*(
|
||||||
debug: bool,
|
debug: bool,
|
||||||
resetCache: bool
|
resetCache: bool
|
||||||
) =
|
) =
|
||||||
|
if host.len > 0:
|
||||||
|
oc.hosts = host
|
||||||
oc.debug = debug
|
oc.debug = debug
|
||||||
oc.resetCache = resetCache
|
oc.resetCache = resetCache
|
||||||
if flake != "":
|
if flake != "":
|
||||||
|
|
Loading…
Reference in a new issue