summaryrefslogtreecommitdiff
path: root/git.go
diff options
context:
space:
mode:
Diffstat (limited to 'git.go')
-rw-r--r--git.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/git.go b/git.go
index 0f5255a..690412f 100644
--- a/git.go
+++ b/git.go
@@ -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() {