i before g

Co-Authored-By: Josh Abernathy <joshaber@gmail.com>
This commit is contained in:
Corey Johnson 2019-11-20 10:19:28 -08:00
parent be280763d7
commit 9d0a32fab9

View file

@ -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()