Skip to content

Commit 5a60298

Browse files
committed
swagger: install native swag
1 parent 8ac7ef2 commit 5a60298

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
@@ -44,7 +44,7 @@ version: ## Print aptly version
4444

4545
swagger-install:
4646
# Install swag
47-
@test -f $(BINPATH)/swag || GOOS=linux GOARCH=amd64 go install github.com/swaggo/swag/cmd/swag@latest
47+
@test -f $(BINPATH)/swag || GOOS= GOARCH= go install github.com/swaggo/swag/cmd/swag@latest
4848
# Generate swagger.conf
4949
cp docs/swagger.conf.tpl docs/swagger.conf
5050
echo "// @version $(VERSION)" >> docs/swagger.conf

0 commit comments

Comments
 (0)