Skip to content

Commit

Permalink
fix: apply markdownlint
Browse files Browse the repository at this point in the history
Signed-off-by: LeeSeolHui <[email protected]>
  • Loading branch information
D0ri123 committed Oct 13, 2024
1 parent f2e2f33 commit 149392b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/argo/commands/archive/list_label_values.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ func NewListLabelValueCommand() *cobra.Command {
command := &cobra.Command{
Use: "list-label-values",
Short: "get workflow label values in the archive",
Example: `# Get workflow label values in the archive:
Example: `# Get workflow label values in the archive:
argo archive list-label-values -l key1
`,
RunE: func(cmd *cobra.Command, args []string) error {
Expand Down

0 comments on commit 149392b

Please sign in to comment.