summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
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)