summaryrefslogtreecommitdiff
path: root/forgeConfig.proto
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-11 21:19:54 -0500
committerJeff Carr <[email protected]>2025-09-11 21:19:54 -0500
commit235fe57beb75f147862fadbf5884fad4e8a011f3 (patch)
tree9f5bd7997c3cfed4e86c6c461486aa125a05c66c /forgeConfig.proto
parent81cac132847a4778b5c865f2afa7ec5a97a14e5d (diff)
keep removing non-protobuf fields
Diffstat (limited to 'forgeConfig.proto')
-rw-r--r--forgeConfig.proto2
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
}