From f9c1941384635ebcf357deb923ee90f295ded745 Mon Sep 17 00:00:00 2001 From: Anthony Lapenna Date: Thu, 30 Mar 2017 11:17:54 +0200 Subject: [PATCH] chore(api): update comment --- api/file/file.go | 1 + 1 file changed, 1 insertion(+) diff --git a/api/file/file.go b/api/file/file.go index 63837d525..8337f3c15 100644 --- a/api/file/file.go +++ b/api/file/file.go @@ -36,6 +36,7 @@ func NewService(dataStorePath, fileStorePath string) (*Service, error) { // Checking if a mount directory exists is broken with Go on Windows. // This will need to be reviewed after the issue has been fixed in Go. + // See: https://github.com/portainer/portainer/issues/474 // err := createDirectoryIfNotExist(dataStorePath, 0755) // if err != nil { // return nil, err