chore: fix make gen (#7190)

This commit is contained in:
Dean Sheather
2023-04-18 10:56:52 -07:00
committed by GitHub
parent 888eb238ec
commit fa5387ce07
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ log "Use temporary file: ${API_MD_TMP_FILE}"
pushd "${PROJECT_ROOT}"
go run github.com/swaggo/swag/cmd/swag@v1.8.9 init \
--generalInfo="coderd.go" \
--dir="./coderd,./codersdk,./enterprise/coderd" \
--dir="./coderd,./codersdk,./enterprise/coderd,./enterprise/wsproxy/wsproxysdk" \
--output="./coderd/apidoc" \
--outputTypes="go,json" \
--parseDependency=true