From 94e11411f8f928d8593a48e2b63e1058bc463f03 Mon Sep 17 00:00:00 2001 From: Ludo Galabru Date: Wed, 2 Aug 2023 17:48:13 +0200 Subject: [PATCH] fix: off by one --- components/hord-cli/src/core/mod.rs | 2 +- components/hord-cli/src/service/mod.rs | 10 ++++------ 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/components/hord-cli/src/core/mod.rs b/components/hord-cli/src/core/mod.rs index 97b3c58b..9602cd02 100644 --- a/components/hord-cli/src/core/mod.rs +++ b/components/hord-cli/src/core/mod.rs @@ -240,7 +240,7 @@ pub fn should_sync_hord_db(config: &Config, ctx: &Context) -> Result