From f0f9bad44aff7de1e7201714e517fae678148629 Mon Sep 17 00:00:00 2001 From: caelean Date: Mon, 6 Jan 2025 17:17:02 -0800 Subject: [PATCH] fix syntax --- src/tach.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tach.toml b/src/tach.toml index 469f818421b861..a077f77695320c 100644 --- a/src/tach.toml +++ b/src/tach.toml @@ -52,7 +52,7 @@ depends_on = [] expose = [ ".*utils.*", ".*integrations.*", - "utils.*" + "utils.*", "services.*", ]