diff options
Diffstat (limited to 'forgeConfig.proto')
| -rw-r--r-- | forgeConfig.proto | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/forgeConfig.proto b/forgeConfig.proto index 70f9f1d..77c559e 100644 --- a/forgeConfig.proto +++ b/forgeConfig.proto @@ -38,4 +38,5 @@ message ForgeConfigs { // `autogenpb:marshal` string uuid = 1; // could be useful for /usr/share/file/magic someday? string version = 2; // could be used for protobuf schema change violations? repeated ForgeConfig ForgeConfigs = 3; + string username = 4; // what to use for the user branch (default ENV{USER}) } |
