diff options
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 |
