mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-05 01:53:15 -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,
|
||||
resetCache: bool
|
||||
) =
|
||||
if host.len > 0:
|
||||
oc.hosts = host
|
||||
oc.debug = debug
|
||||
oc.resetCache = resetCache
|
||||
if flake != "":
|
||||
|
|
Loading…
Reference in a new issue