diff --git a/sync_url.py b/sync_url.py index dd88bf7..06a94b3 100755 --- a/sync_url.py +++ b/sync_url.py @@ -121,7 +121,7 @@ def main() -> None: # files may not escape the pferd_root with relative paths # note: Path(Path.cwd, Path(folder)) == Path(folder) if it is an absolute path pferd_root = Path(Path.cwd(), Path(folder)).parent - target = folder.name + target = folder.resolve().name pferd = Pferd(pferd_root, test_run=args.test_run) def dir_filter(_: Path, element: IliasElementType) -> bool: