From 84643869ee574f393991518e515e816686c5eb8c Mon Sep 17 00:00:00 2001 From: Mark Haines Date: Mon, 22 May 2017 19:47:45 +0100 Subject: [PATCH] fix comment --- hooks/pre-commit | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hooks/pre-commit b/hooks/pre-commit index d088e742a..2853d60a1 100755 --- a/hooks/pre-commit +++ b/hooks/pre-commit @@ -9,7 +9,7 @@ gocyclo -over 12 src/ gb test # Check that all the packages can build. -# When go build is given multiple packages it won't output anything, and just -# checks that everything build. This seems to do a better job of handling +# When `go build` is given multiple packages it won't output anything, and just +# checks that everything builds. This seems to do a better job of handling # missing imports than `gb build` does. GOPATH=$(pwd):$(pwd)/vendor go build github.com/matrix-org/dendrite/cmd/...