From 4a654c17cab4cb4fa32a78ce41c4c444a8bb7145 Mon Sep 17 00:00:00 2001 From: PhatPhuckDave Date: Sun, 4 May 2025 14:47:05 +0200 Subject: [PATCH] Make sync use path referencing root instead of itself --- sync.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sync.yml b/sync.yml index 7e499d6..145f646 100644 --- a/sync.yml +++ b/sync.yml @@ -1,6 +1,6 @@ -- source: stylua.toml - target: ../stylua.toml +- source: Meta/stylua.toml + target: stylua.toml delete: true -- source: .luarc.json - target: ../.luarc.json +- source: Meta/.luarc.json + target: .luarc.json delete: true