automationbroker / apb

A CLI tool for listing and deploying Service Bundles
http://automationbroker.io
Apache License 2.0
61 stars 13 forks source link

make vet option correction #149

Closed trotro closed 4 years ago

trotro commented 5 years ago

make vet fails because go tool vet is not supported.

$ make vet
vet: invoking "go tool vet" directly is unsupported; use "go vet"
Makefile:28: recipe for target 'vet' failed
make: *** [vet] Error 1

go vet is included in binary Go distributions.

jmrodri commented 4 years ago

Thank you @trotro there was a still a slight issue which I fixed in PR #156. I kept your commit to give you credit.