Skip to content

Commit 048b45d

Browse files
committed
full path to symlink target
1 parent d46ab6f commit 048b45d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/murfey/server/api/file_io_frontend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,5 @@ async def create_symlink(
5555
symlink_full_path.unlink()
5656
if symlink_full_path.exists():
5757
return ""
58-
symlink_full_path.symlink_to(symlink_params.target)
58+
symlink_full_path.symlink_to(machine_config.rsync_basepath / symlink_params.target)
5959
return str(symlink_params.symlink)

0 commit comments

Comments
 (0)