From d49cd491dcf3834df26c15db168093e4d3e08c81 Mon Sep 17 00:00:00 2001 From: Brendan Abolivier Date: Wed, 22 May 2019 09:59:06 +0100 Subject: [PATCH] Perform omitted removal of gb --- scripts/build-test-lint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build-test-lint.sh b/scripts/build-test-lint.sh index 96c751377..6ddc064d2 100755 --- a/scripts/build-test-lint.sh +++ b/scripts/build-test-lint.sh @@ -5,7 +5,7 @@ set -eu echo "Checking that it builds" -gb build +go build # Check that all the packages can build. # When `go build` is given multiple packages it won't output anything, and just