Skip to content

Commit 8a73802

Browse files
committed
Remove typo
1 parent e205865 commit 8a73802

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

parrot/Makefile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,4 @@ build:
3434

3535
.PHONY: goreleaser
3636
goreleaser:
37-
cd .. && goreleaser build --snapshot --clean -f ./parrot/.goreleaser.yaml --output ./parrot/dist
38-
39-
.PHONY: lint
40-
lint:
41-
golangci-lint run --fix ./...
37+
cd .. && goreleaser build --snapshot --clean -f ./parrot/.goreleaser.yaml --output ./parrot/dist

0 commit comments

Comments
 (0)