diff options
| author | Jeff Carr <[email protected]> | 2025-10-07 01:25:11 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-07 01:25:11 -0500 |
| commit | 73827c42c43e9e54e1c09166bcf360d4801e8b5c (patch) | |
| tree | dc55e2c0b236af5795d332ebbc1d8c7dce850b30 /patch.proto | |
| parent | 12299bc914c4037d6006f789116da9471c4944f0 (diff) | |
try it lowercase again
Diffstat (limited to 'patch.proto')
| -rw-r--r-- | patch.proto | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/patch.proto b/patch.proto index fe8e3e7..4517c26 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 } |
