Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrbrt committed Aug 28, 2024
1 parent ec0ae44 commit fbb1b6f
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions ignite/cmd/chain_debug.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,15 +100,8 @@ func chainDebug(cmd *cobra.Command, session *cliui.Session) error {
chain.KeyringBackend(chaincmd.KeyringBackendTest),
}

<<<<<<< HEAD
config, err := cmd.Flags().GetString(flagConfig)
if err != nil {
return err
}
=======
// check if custom config is defined
config, _ := cmd.Flags().GetString(flagConfig)
>>>>>>> 16a40f0a (fix(cmd): add missing --config handling (#4323))
if config != "" {
chainOptions = append(chainOptions, chain.ConfigFile(config))
}
Expand Down

0 comments on commit fbb1b6f

Please sign in to comment.