Skip to content

Commit

Permalink
todo_issue: Fix format error
Browse files Browse the repository at this point in the history
Fix a small format error.

Signed-off-by: Prarit Bhargava <[email protected]>
  • Loading branch information
prarit committed Apr 29, 2021
1 parent cf5f4b0 commit 4a94ee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/todo_issue.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ var todoIssueCmd = &cobra.Command{
Use: "issue",
Short: "Add a Issue to Todo list",
Example: `lab todo issue 5678 #adds Issue 1234 to user's Todo list`,
Hidden: true,
Hidden: true,
Long: ``,
PersistentPreRun: LabPersistentPreRun,
Run: func(cmd *cobra.Command, args []string) {
Expand Down

0 comments on commit 4a94ee9

Please sign in to comment.