Fix mmctl build for FreeBSD (#29112)

This commit is contained in:
Bernhard Fröhlich
2024-11-05 17:57:15 +01:00
committed by GitHub
parent 751d84bf13
commit d3c18ee369
+2 -2
View File
@@ -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