i before g
Co-Authored-By: Josh Abernathy <joshaber@gmail.com>
This commit is contained in:
parent
be280763d7
commit
9d0a32fab9
1 changed files with 1 additions and 1 deletions
|
|
@ -127,7 +127,7 @@ func issueStatus(cmd *cobra.Command, args []string) error {
|
|||
if issuePayload.Assigned != nil {
|
||||
printIssues(" ", issuePayload.Assigned...)
|
||||
} else {
|
||||
message := fmt.Sprintf(" There are no issues assgined to you")
|
||||
message := fmt.Sprintf(" There are no issues assigned to you")
|
||||
printMessage(message)
|
||||
}
|
||||
fmt.Println()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue