summaryrefslogtreecommitdiffstats
path: root/tools/notes
diff options
context:
space:
mode:
authorRose Hogenson <rosehogenson@posteo.net>2025-09-28 09:50:22 -0700
committerRose Hogenson <rosehogenson@posteo.net>2025-09-28 09:51:00 -0700
commitd89116e9e4ae7e15c69c5ce8d56940cfa71c9dd1 (patch)
tree6a5b198ea07ee098e831892d265b967984b9a089 /tools/notes
parent04821a6e7752d6852bc1d283a88f05f7abecae87 (diff)
downloadroseh.moe-d89116e9e4ae7e15c69c5ce8d56940cfa71c9dd1.tar.zst
Fix vendor hash
Diffstat (limited to 'tools/notes')
-rw-r--r--tools/notes/notes.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/notes/notes.go b/tools/notes/notes.go
index 99f940d..03070f7 100644
--- a/tools/notes/notes.go
+++ b/tools/notes/notes.go
@@ -217,7 +217,7 @@ func (*newCommand) new(ctx context.Context, fileName string) error {
if errors.Is(err, io.EOF) {
break
}
- fmt.Fprint(os.Stderr, "read file: %s\n", err)
+ fmt.Fprintf(os.Stderr, "read file: %s\n", err)
return
}
}