From 235fe57beb75f147862fadbf5884fad4e8a011f3 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 11 Sep 2025 21:19:54 -0500 Subject: keep removing non-protobuf fields --- forgeConfig.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'forgeConfig.proto') 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 } -- cgit v1.2.3