build: Fix virtcontainers static check make target

The virtcontainers `Makefile` was referencing an old script to handle
static checks. Although these are still run if `make` is invoked at the
top-level, correct the error.

Fixes #1609.

Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
This commit is contained in:
James O. D. Hunt 2019-04-30 09:18:22 +01:00
parent 4cc8e1a2d0
commit 9f87e7870c

View File

@ -46,7 +46,7 @@ binaries: hook kata-shim
check: check-go-static check-go-test check: check-go-static check-go-test
check-go-static: check-go-static:
bash $(MK_DIR)/../.ci/go-lint.sh bash $(MK_DIR)/../.ci/static-checks.sh
check-go-test: check-go-test:
bash $(MK_DIR)/../.ci/go-test.sh \ bash $(MK_DIR)/../.ci/go-test.sh \