Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sters committed Jun 17, 2021
1 parent dafed49 commit 22ed4f6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ builds:
goarch:
- 386
- amd64
main: ./cmd/command/main.go
main: ./cmd/find-similar-tags/main.go
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ bootstrap-tools:
@echo "Installing: " $(TOOLS)
@go install $(TOOLS)

.PHONY: run
run:
go run cmd/command/main.go

.PHONY: lint
lint:
golangci-lint run -v ./...
Expand Down

0 comments on commit 22ed4f6

Please sign in to comment.