Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion cmd/harbor/root/webhook/list.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,9 @@ Use the '--output-format' flag for raw JSON output.`,
if err != nil {
return fmt.Errorf("failed to print in %s format: %v", FormatFlag, err)
}
} else {
webhookViews.ListWebhooks(resp.Payload)
}
webhookViews.ListWebhooks(resp.Payload)
return nil
},
}
Expand Down