Skip to content

Commit

Permalink
fix install
Browse files Browse the repository at this point in the history
  • Loading branch information
jack-r-warren committed Nov 6, 2023
1 parent de42b85 commit 77924ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ pg-down:
## Swagger generation

install-swagger:
cd sherlock && go install $$(grep 'github.com/swaggo/swag' go.mod | sed -ne 's/^[[:blank:]]*//p' | sed -ne 's/[[:blank:]]/@/p')
cd sherlock && go install $$(grep 'github.com/swaggo/swag' go.mod | sed -ne 's/^[[:blank:]]*//p' | sed -ne 's/.*[[:blank:]]/github.com\/swaggo\/swag\/cmd\/swag@/p')

format-swagger:
cd sherlock && swag fmt -d ./ -g internal/boot/router.go
Expand Down

0 comments on commit 77924ac

Please sign in to comment.