Bug in Makefile generate-docs (#996)

Co-authored-by: Azeem Shaikh <azeems@google.com>
This commit is contained in:
Azeem Shaikh 2021-09-10 08:26:27 -07:00 committed by GitHub
parent d6174dbe59
commit 1cb8c06001
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -101,7 +101,7 @@ docs/checks.md: docs/checks/internal/checks.yaml docs/checks/internal/*.go docs/
# Validating checks.yaml
go run ./docs/checks/internal/validate/main.go
# Generating checks.md
go run ./docs/checks/internal/generate/main.go docs/checks/checks.md
go run ./docs/checks/internal/generate/main.go docs/checks.md
build-scorecard: ## Runs go build on repo
# Run go build and generate scorecard executable