fix hosts handling

This commit is contained in:
Daylin Morgan 2024-09-11 10:52:35 -05:00
parent a559ac1c79
commit ea8099e184
Signed by: daylin
GPG key ID: 950D13E9719334AD

View file

@ -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 != "":