aboutsummaryrefslogtreecommitdiff
path: root/hotline/file_path.go
diff options
context:
space:
mode:
Diffstat (limited to 'hotline/file_path.go')
-rw-r--r--hotline/file_path.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/hotline/file_path.go b/hotline/file_path.go
index c8fe652..c7e1574 100644
--- a/hotline/file_path.go
+++ b/hotline/file_path.go
@@ -94,7 +94,6 @@ func readPath(fileRoot string, filePath, fileName []byte) (fullPath string, err
}
fullPath = filepath.Join(
- "/",
fileRoot,
fp.String(),
filepath.Join("/", string(fileName)),