update sync resource path

This commit is contained in:
2024-10-07 05:02:18 -04:00
parent 3cae6955f0
commit 52767fbd07

View File

@ -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
##################