.github: rename crashers output (fuzz-nightly-test) (#5993)

This commit is contained in:
Anton Kaliaev
2021-01-28 19:12:48 +04:00
committed by GitHub
parent 1f01e5d726
commit a54f1544f8
2 changed files with 2 additions and 2 deletions

View File

@@ -196,7 +196,7 @@ func NewCLI() *CLI {
cli.root.AddCommand(&cobra.Command{
Use: "logs [node]",
Short: "Shows the testnet or a specefic node's logs",
Example: "runner logs valiator03",
Example: "runner logs validator03",
Args: cobra.MaximumNArgs(1),
RunE: func(cmd *cobra.Command, args []string) error {
if len(args) == 1 {