From 1cfa67104c65ae4678eeb03962001a22d00e3b84 Mon Sep 17 00:00:00 2001 From: Kartik Garg Date: Wed, 4 Jan 2023 17:48:37 +0530 Subject: [PATCH] Update Makefile Improved the spacing as per the suggestion. Co-authored-by: Prasad Ghangal --- Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 94e33e9d9ba..5702d33fd92 100644 --- a/Makefile +++ b/Makefile @@ -205,10 +205,11 @@ else endif API_DOCS_CMD = "gen-crd-api-reference-docs \ - -config /usr/local/bin/example-config.json \ - -api-dir ./pkg/apis/cr/v1alpha1 \ - -out-file API.md \ + -config /usr/local/bin/example-config.json \ + -api-dir ./pkg/apis/cr/v1alpha1 \ + -out-file API.md \ " + crd_docs: ifeq ($(DOCKER_BUILD),"true") @echo "running API_DOCS_CMD in the containerized build environment"