diff --git a/apps/files_sharing/lib/SharedStorage.php b/apps/files_sharing/lib/SharedStorage.php
index 7625c0bba447af8b2368f54817402a7dbe96390b..d7c9a8081dd1c70694555e76da21d33c04f4f398 100644
--- a/apps/files_sharing/lib/SharedStorage.php
+++ b/apps/files_sharing/lib/SharedStorage.php
@@ -288,7 +288,7 @@ class SharedStorage extends \OC\Files\Storage\Wrapper\Jail implements ISharedSto
 				}
 		}
 		$info = [
-			'target' => $this->getMountPoint() . $path,
+			'target' => $this->getMountPoint() . '/' . $path,
 			'source' => $source,
 			'mode' => $mode,
 		];