Skip to content

Commit

Permalink
Rename default executable from service to albatross
Browse files Browse the repository at this point in the history
  • Loading branch information
kaustubhkurve committed Aug 6, 2020
1 parent 9c68f66 commit 83b5dad
Show file tree
Hide file tree
Showing 2 changed files 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 @@ -43,7 +43,7 @@ golangci:
build:
@echo "Building './bin/albatross'"
@mkdir -p ./bin
@go build -o bin/albatross ./cmd/service
@go build -o bin/albatross ./cmd/albatross

test:
go test -race ./...
Expand Down
File renamed without changes.

0 comments on commit 83b5dad

Please sign in to comment.