diff options
| author | Jeff Carr <[email protected]> | 2025-09-11 21:19:54 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-11 21:19:54 -0500 |
| commit | 235fe57beb75f147862fadbf5884fad4e8a011f3 (patch) | |
| tree | 9f5bd7997c3cfed4e86c6c461486aa125a05c66c /forgeConfig.proto | |
| parent | 81cac132847a4778b5c865f2afa7ec5a97a14e5d (diff) | |
keep removing non-protobuf fields
Diffstat (limited to 'forgeConfig.proto')
| -rw-r--r-- | forgeConfig.proto | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/forgeConfig.proto b/forgeConfig.proto index a46e3a3..a002214 100644 --- a/forgeConfig.proto +++ b/forgeConfig.proto @@ -60,7 +60,7 @@ message ForgeConfigs { // `autogenpb:mar string ReposPB = 11; // where the repos.pb is string ReposDir = 12; // where the repos are string PatchDir = 13; // patch dir - string ForgURL = 14; // forge URL + string ForgeURL = 14; // forge URL string Filename = 15; // filename of the config file } |
