Fixed default directory
This commit is contained in:
parent
91592a91f1
commit
94251eaf7c
|
@ -59,6 +59,7 @@ func main() {
|
||||||
// post tx commands (custom to binary)
|
// post tx commands (custom to binary)
|
||||||
gaiacliCmd.AddCommand(
|
gaiacliCmd.AddCommand(
|
||||||
PostCommands(postSendCommand())...)
|
PostCommands(postSendCommand())...)
|
||||||
|
|
||||||
// add proxy, version and key info
|
// add proxy, version and key info
|
||||||
gaiacliCmd.AddCommand(
|
gaiacliCmd.AddCommand(
|
||||||
lineBreak,
|
lineBreak,
|
||||||
|
@ -69,6 +70,6 @@ func main() {
|
||||||
)
|
)
|
||||||
|
|
||||||
// prepare and add flags
|
// prepare and add flags
|
||||||
executor := cli.PrepareBaseCmd(gaiacliCmd, "GA", os.ExpandEnv("$HOME/.cosmos-chub"))
|
executor := cli.PrepareBaseCmd(gaiacliCmd, "GA", os.ExpandEnv("$HOME/.gaiacli"))
|
||||||
executor.Execute()
|
executor.Execute()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue