diff options
| author | Jeff Carr <[email protected]> | 2024-11-30 02:03:17 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-30 02:03:17 -0600 |
| commit | d5c394d3c3894a141d5848483102433a30e1a2db (patch) | |
| tree | 252fc97264e943f17168c0866215237fdcbb0fc3 /goConfig.go | |
| parent | b52c3c426af45ae45ee5d862834c9353bb0e5fb5 (diff) | |
Diffstat (limited to 'goConfig.go')
| -rw-r--r-- | goConfig.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/goConfig.go b/goConfig.go index cc2a5d6..6f34cba 100644 --- a/goConfig.go +++ b/goConfig.go @@ -120,6 +120,7 @@ func (rs *RepoStatus) strictRun(cmd []string) (bool, error) { return true, nil } +/* // poor name perhaps. It's because in most of these // repos you can also type "make redomod" to do the same thing // since it's a Makefile task that is also useful to be able to run @@ -171,6 +172,7 @@ func (rs *RepoStatus) MakeRedomod() (bool, error) { // this should never happen return false, errors.New("MakeRedomod() logic failed") } +*/ func (rs *RepoStatus) IsReleased() bool { if rs.GetTargetVersion() == rs.GetCurrentVersion() { |
