diff options
Diffstat (limited to 'git.go')
| -rw-r--r-- | git.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -421,7 +421,7 @@ func (rs *RepoStatus) GetStatus() string { return "merge to main" } if rs.lasttag.String() != rs.GetMasterVersion() { - return "ready to tag version" + return "unchanged" } if rs.CheckBranches() { |
