From e41a717c6bfa1fd7deb229778752bce7c64573e7 Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Sun, 10 Sep 2023 18:21:35 +0200 Subject: [PATCH] fix updates --- commands/tinfoil.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/tinfoil.py b/commands/tinfoil.py index 0c86739..de4ba3a 100755 --- a/commands/tinfoil.py +++ b/commands/tinfoil.py @@ -77,7 +77,7 @@ for xcz in xczs: "copy", "-P", "-v", - f"{remote}:nsz/updates/{dlc}", + f"{remote}:nsz/updates/{update}", "nsz/updates/", ], stdout=sys.stdout,