Skip to content

Commit

Permalink
Fix error text when no notes found. (#485)
Browse files Browse the repository at this point in the history
Co-authored-by: Fraser Speirs <[email protected]>
  • Loading branch information
fspeirs and fspeirs-ti authored Jan 2, 2025
1 parent aa2e4ec commit 3ffa0c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cli/cmd/edit.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ func (cmd *Edit) Run(container *cli.Container) error {
return editor.Open(paths...)

} else {
fmt.Fprintln(os.Stderr, "Found 0 note")
fmt.Fprintln(os.Stderr, "Found 0 notes.")
return nil
}
}
Expand Down

0 comments on commit 3ffa0c2

Please sign in to comment.