Skip to content

Commit

Permalink
Fixed lint error.
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Oct 16, 2021
1 parent 7f9423b commit 0ffbac4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ build: ## Compile go modules
.PHONY: run
run: build guard-OUTPUT guard-ACTION ## Execute binary
@echo "Running auto doc..."
@./auto_doc --action=$(ACTION) -output=$(OUTPUT)
@./auto_doc --action=$(ACTION) --output=$(OUTPUT)
@$(MAKE) clean

0 comments on commit 0ffbac4

Please sign in to comment.