Skip to content

Commit

Permalink
Update internal/replay_list.go
Browse files Browse the repository at this point in the history
Co-authored-by: paulina-n9 <[email protected]>
  • Loading branch information
dawidwisn and paulina-n9 authored Oct 17, 2024
1 parent 82127ab commit 6a67f8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/replay_list.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (
func (r *ReplayCmd) AddListCommand() *cobra.Command {
cmd := &cobra.Command{
Use: "list",
Short: "List queued Replays",
Short: "List all Replays",
RunE: func(cmd *cobra.Command, args []string) error {
return r.listAllReplays(cmd)
},
Expand Down

0 comments on commit 6a67f8d

Please sign in to comment.