Skip to content

Commit

Permalink
fix typo in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
beer-1 committed Apr 26, 2024
1 parent d98c855 commit a1c8ed1
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
Expand Up @@ -68,7 +68,7 @@ build_tags_comma_sep := $(subst $(whitespace),$(comma),$(build_tags))
# process linker flags

ldflags = -X github.com/cosmos/cosmos-sdk/version.Name=minitia \
-X github.com/cosmos/cosmos-sdk/version.AppName=mminitiad \
-X github.com/cosmos/cosmos-sdk/version.AppName=minitiad \
-X github.com/cosmos/cosmos-sdk/version.Version=$(VERSION) \
-X github.com/cosmos/cosmos-sdk/version.Commit=$(COMMIT) \
-X "github.com/cosmos/cosmos-sdk/version.BuildTags=$(build_tags_comma_sep)" \
Expand Down

0 comments on commit a1c8ed1

Please sign in to comment.