Change log line

This commit is contained in:
Brendan Abolivier 2019-05-22 10:28:11 +01:00
parent c750e44b52
commit c59880d6db

View file

@ -7,7 +7,7 @@ set -eu
# Check that all the packages can build.
# When `go build` is given multiple packages it won't output anything, and just
# checks that everything builds.
echo "Double checking it builds..."
echo "Checking that it builds..."
go build ./cmd/...
./scripts/find-lint.sh