hunter/main: fix conditional compilation of scheduler hydration

This commit is contained in:
Astro 2023-10-09 01:52:00 +02:00
parent ec77526a6b
commit 7df2f259d3
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ async fn run() {
for host in config.hosts.into_iter() {
scheduler.introduce(InstanceHost::just_host(host)).await;
}
#[cfg(not(debug))]
#[cfg(not(dev))]
{
cave::systemd::status("Loading known hosts from redis");
let mut n = 1;