summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-16 00:19:03 -0600
committerJeff Carr <[email protected]>2024-12-16 00:19:03 -0600
commite76894265e23eb3f41ed8cc3303ecfbefd0122b8 (patch)
tree39b63c4ad19d76b054ef5343802b0e35559f6e3b /main.go
parent04f3fa193ab24b84267fe8949a0c75754e627669 (diff)
add --protobuf
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
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)