Skip to content

Commit 3ffa0c2

Browse files
fspeirsfspeirs-ti
andauthored
Fix error text when no notes found. (#485)
Co-authored-by: Fraser Speirs <[email protected]>
1 parent aa2e4ec commit 3ffa0c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/cli/cmd/edit.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ func (cmd *Edit) Run(container *cli.Container) error {
7272
return editor.Open(paths...)
7373

7474
} else {
75-
fmt.Fprintln(os.Stderr, "Found 0 note")
75+
fmt.Fprintln(os.Stderr, "Found 0 notes.")
7676
return nil
7777
}
7878
}

0 commit comments

Comments
 (0)