diff options
| author | Jeff Carr <[email protected]> | 2024-12-16 00:19:03 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-16 00:19:03 -0600 |
| commit | e76894265e23eb3f41ed8cc3303ecfbefd0122b8 (patch) | |
| tree | 39b63c4ad19d76b054ef5343802b0e35559f6e3b /main.go | |
| parent | 04f3fa193ab24b84267fe8949a0c75754e627669 (diff) | |
add --protobuf
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
