From 248f3be6e37f7c24b8cb3cb4fd072ccae9f2ad63 Mon Sep 17 00:00:00 2001 From: "j.laycock" Date: Fri, 18 Oct 2019 11:23:02 +0100 Subject: [PATCH] using a space instead of a comma to hopefully fix the build! --- weed/storage/volume_create.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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