diff options
| author | Jeff Carr <[email protected]> | 2025-01-29 21:24:08 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-29 21:24:08 -0600 |
| commit | f690c1a8a328d1b136af728538c418849391e572 (patch) | |
| tree | cc937fa040c93409f9ccf5b2f4e82ce2b79e2349 /doRelease.go | |
| parent | 250742905f06fbdcf754a558cf5a64063f67f34c (diff) | |
need fixes to force versions in go.mod
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 |
