Skip to content

Commit

Permalink
argo list was not handling the default case correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
jessesuen committed Jan 16, 2018
1 parent 472f560 commit d14755a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/argo/commands/list.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ func listWorkflows(cmd *cobra.Command, args []string) {
log.Fatal(err)
}
switch listArgs.output {
case "wide":
case "", "wide":
printTable(wfList)
case "name":
for _, wf := range wfList.Items {
Expand Down

0 comments on commit d14755a

Please sign in to comment.