mirror of
https://github.com/portainer/portainer.git
synced 2025-07-30 18:59:41 +02:00
chore(api): update comment
This commit is contained in:
parent
9520380388
commit
f9c1941384
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@ func NewService(dataStorePath, fileStorePath string) (*Service, error) {
|
||||||
|
|
||||||
// Checking if a mount directory exists is broken with Go on Windows.
|
// 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.
|
// 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)
|
// err := createDirectoryIfNotExist(dataStorePath, 0755)
|
||||||
// if err != nil {
|
// if err != nil {
|
||||||
// return nil, err
|
// return nil, err
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue