Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
Improved the spacing as per the suggestion.

Co-authored-by: Prasad Ghangal <[email protected]>
  • Loading branch information
Kartik-Garg and PrasadG193 committed Jan 26, 2023
1 parent 37c218b commit 1cfa671
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 1cfa671

Please sign in to comment.