Skip to content

Commit

Permalink
build: fix Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
hallazzang committed Nov 7, 2024
1 parent 0f8fc5e commit 8868664
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ build_tags = netgo
build_tags += $(BUILD_TAGS)
build_tags := $(strip $(build_tags))

ldflags = -X github.com/initia-labs/opinit-bots/version.Version=$(VERSION) \
-X github.com/initia-labs/opinit-bots/version.GitCommit=$(COMMIT)
ldflags = -X github.com/milkyway-labs/opinit-bots/version.Version=$(VERSION) \
-X github.com/milkyway-labs/opinit-bots/version.GitCommit=$(COMMIT)

ldflags += $(LDFLAGS)
ldflags := $(strip $(ldflags))
Expand Down

0 comments on commit 8868664

Please sign in to comment.