diff options
| -rw-r--r-- | forgeConfig.proto | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/forgeConfig.proto b/forgeConfig.proto index 025cc92..6328d7d 100644 --- a/forgeConfig.proto +++ b/forgeConfig.proto @@ -62,7 +62,7 @@ message ForgeConfigs { // `autogenpb:mar string ReposDir = 13; // where your repos are (orginally set to the GO default ~/go/src) string PatchPB = 14; // fullpath to patches file string ForgeURL = 15; // forge URL - string Filename = 16; // filename of the config file + string Filename = 16; // `autogenpb:save` -- this enables autogenerated pb.Load() and pb.Save() int32 rillX = 17; // used by rill int32 rillY = 18; // used by rill } |
