Skip to content

Commit

Permalink
Fix default APPNAME typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cedelavergne-ledger committed Apr 26, 2024
1 parent 6052310 commit 4eb34c5
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 @@ -27,7 +27,7 @@ include $(BOLOS_SDK)/Makefile.defines

ifeq ($(CHAIN),)
CHAIN = ethereum
APPNAME = ethereum
APPNAME = Ethereum
endif

SUPPORTED_CHAINS = $(shell find makefile_conf/chain/ -type f -name '*.mk'| sed 's/.*\/\(.*\).mk/\1/g' | sort)
Expand Down

0 comments on commit 4eb34c5

Please sign in to comment.