summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--flake.nix2
-rw-r--r--tools/notes/notes.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index 0a0d016..971e3b9 100644
--- a/flake.nix
+++ b/flake.nix
@@ -48,7 +48,7 @@
# remember to bump this hash when your dependencies change.
# vendorHash = pkgs.lib.fakeHash;
- vendorHash = "sha256-L7nK+w4CB2H3b6vL0ZoFfaRMgCmpqzQo8ThMM60C76I=";
+ vendorHash = "sha256-wcv8srmEpsXI3zaKLDsM0r5YtS36fDE4gsguUHm1gQg=";
};
});
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
}
}