From d3c18ee369c8d76559afa5af2930e79cf91e60a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bernhard=20Fr=C3=B6hlich?= Date: Tue, 5 Nov 2024 17:57:15 +0100 Subject: [PATCH] Fix mmctl build for FreeBSD (#29112) --- server/cmd/mmctl/commands/utils_unix.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/cmd/mmctl/commands/utils_unix.go b/server/cmd/mmctl/commands/utils_unix.go index 2289a6aa6b..dbcce64b54 100644 --- a/server/cmd/mmctl/commands/utils_unix.go +++ b/server/cmd/mmctl/commands/utils_unix.go @@ -1,8 +1,8 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. // See LICENSE.txt for license information. -//go:build linux || darwin -// +build linux darwin +//go:build linux || darwin || freebsd +// +build linux darwin freebsd package commands