From 52767fbd07b9d918f9a3f26ee677b1e4db0d072f Mon Sep 17 00:00:00 2001 From: mbecker20 Date: Mon, 7 Oct 2024 05:02:18 -0400 Subject: [PATCH] update sync resource path --- resources.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources.toml b/resources.toml index 01eb0df..2f22349 100644 --- a/resources.toml +++ b/resources.toml @@ -19,7 +19,7 @@ description = "Restores the config back to contents in demo-sync resources.toml" tags = ["komodo", "demo"] config.git_provider = "git.komo.do" config.repo = "mbecker20/demo-sync" -config.resource_path = "./resources.toml" +config.resource_path = "resources.toml" config.delete = true ##################