summaryrefslogtreecommitdiff
path: root/forgeConfig.proto
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-21 20:49:32 -0500
committerJeff Carr <[email protected]>2025-09-21 20:49:32 -0500
commitc752d408395387a57e6a335e335bc2c51bcb3802 (patch)
tree4812953e9bb428ad26dc429dae316ddcf46da196 /forgeConfig.proto
parente953b998ae7083d75ca0ba75588cfba32d38e85a (diff)
make forge work for a new userv0.0.142v0.0.141
Diffstat (limited to 'forgeConfig.proto')
-rw-r--r--forgeConfig.proto2
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