summaryrefslogtreecommitdiffstats
path: root/commands/check.go
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2018-04-11 08:31:18 +0200
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2018-04-11 09:50:19 +0200
commit73825cfc1c0b007830b24bb1947a565175b52d36 (patch)
tree0fe7b541c230da2f9dbf6890e73eea9d6e2e95b3 /commands/check.go
parenta8f7fbbb10aa78f3ebac008d29d9969bb197393c (diff)
commands: Make the limit command work again
See #4598
Diffstat (limited to 'commands/check.go')
-rw-r--r--commands/check.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/commands/check.go b/commands/check.go
index f20a18b02..f36f23969 100644
--- a/commands/check.go
+++ b/commands/check.go
@@ -1,4 +1,4 @@
-// Copyright 2015 The Hugo Authors. All rights reserved.
+// Copyright 2018 The Hugo Authors. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
@@ -11,6 +11,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
+// +build !darwin
+
package commands
import (