From 12299bc914c4037d6006f789116da9471c4944f0 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 7 Oct 2025 00:46:05 -0500 Subject: must be uppercase (?) --- patch.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'patch.proto') diff --git a/patch.proto b/patch.proto index 4517c26..fe8e3e7 100644 --- a/patch.proto +++ b/patch.proto @@ -65,6 +65,6 @@ message Patches { // `autogenpb:marshal` string uuid = 1; // `autogenpb:uuid:2679065e-c81d-4a00-aca4-03c158a834fb` string version = 2; // `autogenpb:version:v2.0.0` repeated Patch patches = 3; - string filename = 4; // `autogenpb:save` -- this enables autogenerated pb.Load() and pb.Save() + string Filename = 4; // `autogenpb:save` -- this enables autogenerated pb.Load() and pb.Save() string Error = 5; // when passing these around, if there is an error, store it here } -- cgit v1.2.3