Skip to content

Commit

Permalink
fix: service from makefile incorrectly names file, so hardcoded to cj
Browse files Browse the repository at this point in the history
  • Loading branch information
ADRFranklin committed Mar 31, 2024
1 parent 961dd2d commit f329de1
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
@@ -1,5 +1,5 @@
VERSION := $(shell git describe --tags --dirty --always)
SERVICE := $(shell basename $(shell pwd))
SERVICE := cj
OWNER := southclaws
LDFLAGS := -ldflags "-X main.version=$(VERSION)"
-include .env
Expand Down

0 comments on commit f329de1

Please sign in to comment.