diff options
| author | Jeff Carr <[email protected]> | 2025-09-21 20:49:32 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-21 20:49:32 -0500 |
| commit | c752d408395387a57e6a335e335bc2c51bcb3802 (patch) | |
| tree | 4812953e9bb428ad26dc429dae316ddcf46da196 /forgeConfig.proto | |
| parent | e953b998ae7083d75ca0ba75588cfba32d38e85a (diff) | |
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 14ef1ef..ec081d0 100644 --- a/forgeConfig.proto +++ b/forgeConfig.proto @@ -55,7 +55,7 @@ message ForgeConfigs { // `autogenpb:mar repeated string xtermArgv = 6; // the argv line for xterm string defaultGui = 7; // default GUI plugin to use ForgeMode mode = 8; // what "mode" forge is in - string goSrc = 9; // is ~/go/src unless a go.work file is found + bool goWork = 9; // true if there is a go.work file bool pathLock = 10; // the path is locked string ReposPB = 11; // where the repos.pb is string ReposDir = 12; // where the repos are |
