diff options
| author | j.laycock <joseph.laycock@4sightimaging.com> | 2019-10-18 11:23:02 +0100 |
|---|---|---|
| committer | j.laycock <joseph.laycock@4sightimaging.com> | 2019-10-18 11:23:02 +0100 |
| commit | 248f3be6e37f7c24b8cb3cb4fd072ccae9f2ad63 (patch) | |
| tree | d0d62275569dbaa4e731635ffceda3449f4bf754 | |
| parent | 2c455841eac1edbe415e237b0c4778ea14b50482 (diff) | |
| download | seaweedfs-248f3be6e37f7c24b8cb3cb4fd072ccae9f2ad63.tar.xz seaweedfs-248f3be6e37f7c24b8cb3cb4fd072ccae9f2ad63.zip | |
using a space instead of a comma to hopefully fix the build!
| -rw-r--r-- | weed/storage/volume_create.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/storage/volume_create.go b/weed/storage/volume_create.go index 65022a60b..dbfc3b027 100644 --- a/weed/storage/volume_create.go +++ b/weed/storage/volume_create.go @@ -1,4 +1,4 @@ -// +build !linux, !windows +// +build !linux !windows package storage |
