From e00ff8fe2e1b878abfa3d1bfd12449d5f2bb5f59 Mon Sep 17 00:00:00 2001 From: Jeff Halter <868228+jhalter@users.noreply.github.com> Date: Tue, 21 Jun 2022 09:18:56 -0700 Subject: Fix some Windows compatibility issues --- hotline/file_path.go | 1 - 1 file changed, 1 deletion(-) (limited to 'hotline/file_path.go') 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)), -- cgit