Browse Source

Change capitalisation

pull/637/head
Adrian Brink 7 years ago
committed by Ethan Buchman
parent
commit
bf5e956087
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      cmd/tendermint/commands/root.go

+ 1
- 1
cmd/tendermint/commands/root.go View File

@ -38,7 +38,7 @@ var RootCmd = &cobra.Command{
Use: "tendermint", Use: "tendermint",
Short: "Tendermint Core (BFT Consensus) in Go", Short: "Tendermint Core (BFT Consensus) in Go",
PersistentPreRunE: func(cmd *cobra.Command, args []string) (err error) { PersistentPreRunE: func(cmd *cobra.Command, args []string) (err error) {
if cmd.Name() == versionCmd.Name() {
if cmd.Name() == VersionCmd.Name() {
return nil return nil
} }
config, err = ParseConfig() config, err = ParseConfig()


Loading…
Cancel
Save