Skip to content

Commit

Permalink
Update tools/tkn-results/cmd/logs/logs.go
Browse files Browse the repository at this point in the history
Co-authored-by: Adam Kaplan <[email protected]>
  • Loading branch information
khrm and adambkaplan authored Aug 24, 2023
1 parent 08fda36 commit 8ae1a20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/tkn-results/cmd/logs/logs.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ import (
func Command(params *flags.Params) *cobra.Command {
cmd := &cobra.Command{
Use: "logs",
Short: "Command sub-group for querying logs",
Short: "Commands for finding and retrieving logs",
}

cmd.AddCommand(ListCommand(params), GetLogCommand(params))
Expand Down

0 comments on commit 8ae1a20

Please sign in to comment.