diff --git a/docs/development.md b/docs/development.md index cfc7d2fc..e9a8a385 100644 --- a/docs/development.md +++ b/docs/development.md @@ -110,7 +110,7 @@ Currently it is not possible to use different Kubernetes version from version th [Kompose CLI tests](https://github.com/kubernetes/kompose/tree/master/script/test/cmd) run `kompose convert` with docker-compose files, and cross-check the k8s and OpenShift artifacts generated with the template files. -To generate CLI tests, please run `make generate-test-cmd`. +To generate CLI tests, please run `make gen-cmd`. ### CI