diff --git a/commands/tinfoil.py b/commands/tinfoil.py index 72d90ec..e32aa3b 100755 --- a/commands/tinfoil.py +++ b/commands/tinfoil.py @@ -51,7 +51,7 @@ def download(path, file): return subprocess.run( - ["rclone", "copy", "-P", "-v", f"{remote}:{path}/{base}", f"{path}/"], + ["rclone", "copy", "-P", "-v", f"{remote}:{path}/{file}", f"{path}/"], check=True, stdout=sys.stdout, )