From 8173338f8a77b7df7a3da1b66a14929db681d09a Mon Sep 17 00:00:00 2001 From: Cameron Sparr Date: Wed, 1 Jun 2016 18:58:54 +0100 Subject: [PATCH] fix build flags --- plugins/inputs/zfs/zfs_other.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/inputs/zfs/zfs_other.go b/plugins/inputs/zfs/zfs_other.go index 3f6ad3ef6..98de02be9 100644 --- a/plugins/inputs/zfs/zfs_other.go +++ b/plugins/inputs/zfs/zfs_other.go @@ -1,4 +1,4 @@ -// +build !linux !freebsd +// +build !linux,!freebsd package zfs