Remove extraneous space

pull/4315/head
Thomas Stromberg 2019-05-21 18:26:58 -07:00
parent 590d453945
commit 6b14fc1cfd
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ go mod download 2>&1 | grep -v "go: finding"
go mod tidy -v && echo ok || ((exitcode+=2))
echo "= make lint ============================================================="
make -s lint && echo ok || ((exitcode+=4))
make -s lint && echo ok || ((exitcode+=4))
echo "= boilerplate ==========================================================="
readonly PYTHON=$(type -P python || echo docker run --rm -it -v $(pwd):/minikube -w /minikube python python)