fix: docs generator needs not ldflags (#1354)

This commit is contained in:
Luke Kingland 2022-10-19 16:20:11 +09:00 committed by GitHub
parent 8fd0919be3
commit a31d2e5e50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ clean: clean_templates ## Remove generated artifacts such as binaries and schema
docs:
# Generating command reference doc
go run docs/generator/main.go -ldflags $(LDFLAGS)
go run docs/generator/main.go
#############
##@ Templates