From e8dbfcb64477c8a3402d57e6aa85ce633a4cc522 Mon Sep 17 00:00:00 2001 From: Julian Strobl Date: Mon, 16 Oct 2023 10:34:41 +0200 Subject: [PATCH] [ignite] Fix multiple main packages found When downloading the `vendor/` directory with: ``` $ go mod vendor ``` and then e.g. run `ignite chain init` this error happens: * specify the path to your chain's main package in your config.yml>build.main: multiple main packages found Signed-off-by: Julian Strobl --- config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.yml b/config.yml index 4aaf78e..a62036e 100644 --- a/config.yml +++ b/config.yml @@ -1,5 +1,7 @@ --- version: 1 +build: + main: cmd/planetmint-god accounts: - name: alice coins: