From c752d408395387a57e6a335e335bc2c51bcb3802 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 21 Sep 2025 20:49:32 -0500 Subject: make forge work for a new user --- forgeConfig.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'forgeConfig.proto') 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 -- cgit v1.2.3