Change capitalisation

This commit is contained in:
Adrian Brink 2017-08-31 10:43:11 +02:00 committed by Ethan Buchman
parent 2ccc3326ec
commit bf5e956087
1 changed files with 1 additions and 1 deletions

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()