Skip to content

Commit

Permalink
renames
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Apr 18, 2017
1 parent 3010453 commit 977f49f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ lint: ## Run all the linters
ci: lint test ## Run all the tests and code checks

build: ## Build a beta version
go build -o org-stats ./cmd/main/main.go
go build -o org-stats ./cmd/org-stats/main.go

# Absolutely awesome: http://marmelab.com/blog/2016/02/29/auto-documented-makefile.html
help:
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
build:
main: ./cmd/main/main.go
main: ./cmd/org-stats/main.go
brew:
github:
owner: caarlos0
Expand Down

0 comments on commit 977f49f

Please sign in to comment.