From d89116e9e4ae7e15c69c5ce8d56940cfa71c9dd1 Mon Sep 17 00:00:00 2001 From: Rose Hogenson Date: Sun, 28 Sep 2025 09:50:22 -0700 Subject: Fix vendor hash --- tools/notes/notes.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') 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 } } -- cgit v1.3.1