From e76894265e23eb3f41ed8cc3303ecfbefd0122b8 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 16 Dec 2024 00:19:03 -0600 Subject: add --protobuf --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.go') diff --git a/main.go b/main.go index 4c8ea02..c30b73a 100644 --- a/main.go +++ b/main.go @@ -118,7 +118,7 @@ func main() { me.startRepo = me.forge.Repos.FindByGoPath(basedir) // todo: add this to forgepb - // me.startRepo = me.forge.FindWorkingDirRepo() + me.startRepo = me.forge.FindWorkingDirRepo() if me.startRepo == nil { msg := fmt.Sprint("Can not run if pwd is not a repo", basedir) -- cgit v1.2.3