Skip to content

Commit

Permalink
makefile fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sni committed Apr 3, 2024
1 parent afd42cc commit a3873a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -266,10 +266,10 @@ citest: tools vendor
#
$(MAKE) docs
$(MAKE) gitcleandocs
if [ "$(DOCKER)" != "" ]; then \
@if [ "$(DOCKER)" != "" ]; then \
$(MAKE) docs_test; \
else \
@echo "Docker is not installed. Please install docker to run full docs test." ; \
echo "Docker is not installed. Please install docker to run full docs test." ; \
fi
#
# All CI tests successful
Expand Down

0 comments on commit a3873a2

Please sign in to comment.