Skip to content

Commit 7dacb58

Browse files
fix the server.go path in Makefile (#640)
Signed-off-by: Rahul Vishwakarma <rahulvs2809@gmail.com>
1 parent 03b16e3 commit 7dacb58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ lint: ## Run linter
5252
.PHONY: docs
5353
docs: ## Generate swagger docs
5454
@go install github.com/swaggo/swag/cmd/swag@v1.16.2
55-
@swag init -o docs -d internal/server -g server.go -pd
55+
@swag init -o docs -d pkg/server -g server.go -pd
5656

5757
.PHONY: db-migrations
5858
db-migrations: ## Run the migrations for the database

0 commit comments

Comments
 (0)