From ad47589006432360975fe57bdb2ff82373604b1d Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Sun, 28 Jan 2024 04:05:43 +0100 Subject: [PATCH] CI complains about "Reserved escape sequence used" --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 113c0d3..c8f1f3f 100644 --- a/manifest.toml +++ b/manifest.toml @@ -49,7 +49,7 @@ ram.runtime = "50M" in_subdir = false format = "zip" autoupdate.strategy = "latest_github_tag" - autoupdate.asset = "^traccar-other-.*\.zip$" + autoupdate.asset = "^traccar-other-.*zip$" [resources.system_user] allow_email = true