fix comment

This commit is contained in:
Mark Haines 2017-05-22 19:47:45 +01:00
parent 93279584fd
commit 84643869ee

View file

@ -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/...