From a45fffdb677cc545b3243cb6a51debcff87e23d6 Mon Sep 17 00:00:00 2001 From: Bartek Kryza Date: Sat, 2 Sep 2023 16:10:13 +0200 Subject: [PATCH] Updated config schema to handle git revisions that parse as int --- src/config/schema.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/schema.h b/src/config/schema.h index 58577e74..54996bc8 100644 --- a/src/config/schema.h +++ b/src/config/schema.h @@ -41,7 +41,7 @@ types: tooltip: string git_t: branch: string - revision: string + revision: [string, int] commit: string toplevel: string layout_hint_key: !variant