Skip to content

Commit f73475a

Browse files
committed
build(make): fix swagger target syntax
Signed-off-by: Chris Gianelloni <[email protected]>
1 parent 7478d63 commit f73475a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ test:
3636
go test -v -race ./...
3737

3838
swagger:
39-
swag f -g internal/api/api.go
40-
swag i -g internal/api/api.go
39+
swag f -g api.go -d internal/api/
40+
swag i -g api.go -d internal/api/
4141

4242
# Build our program binaries
4343
# Depends on GO_FILES to determine when rebuild is needed

0 commit comments

Comments
 (0)