Skip to content

Commit

Permalink
fix makefile typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bizk committed Jan 18, 2024
1 parent 0fbf3c4 commit 5384d4f
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 @@ -30,7 +30,7 @@ golangci_version=v1.51.2
lint:
@echo "--> Running linter"
@go install github.com/golangci/golangci-lint/cmd/golangci-lint@$(golangci_version)
@./scripts/gog-lint-all.bash --timeout=15m
@./scripts/go-lint-all.bash --timeout=15m
lint-fix:
@echo "--> Running linter"
@go install github.com/golangci/golangci-lint/cmd/golangci-lint@$(golangci_version)
Expand Down

0 comments on commit 5384d4f

Please sign in to comment.