diff options
Diffstat (limited to 'doRelease.go')
| -rw-r--r-- | doRelease.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doRelease.go b/doRelease.go index 6fe4765..ee4c4b4 100644 --- a/doRelease.go +++ b/doRelease.go @@ -46,7 +46,8 @@ func doRelease() bool { return false } - check := me.forge.FindByGoPath(me.current.GetGoPath()) + // check := me.forge.FindByGoPath(me.current.GetGoPath()) + check := me.current if check == nil { log.Info("boo, you didn't git clone", me.current.GetGoPath()) return false |
