Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kobtea committed Sep 10, 2018
1 parent 2e73099 commit b2303c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/todoist/cmd/inbox.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ var inboxCmd = &cobra.Command{
}
projects := client.Project.FindByName("Inbox")
if len(projects) != 1 {
errors.New("Failed to detect inbox. It may exist multiple inbox.")
return errors.New("Failed to detect inbox. It may exist multiple inbox.")
}
inbox := projects[0]
items := client.Item.FindByProjectIDs([]todoist.ID{inbox.ID})
Expand Down

0 comments on commit b2303c9

Please sign in to comment.