There was an error while loading. Please reload this page.
1 parent c298653 commit 8255c26Copy full SHA for 8255c26
1 file changed
internal/action/version.go
@@ -84,7 +84,7 @@ func (s *Action) checkVersion(ctx context.Context, u chan string) {
84
return
85
}
86
87
- if r.Version.GT(s.version) {
+ if !r.Version.GT(s.version) {
88
_ = s.rem.Reset("update")
89
debug.Log("gopass is up-to-date (local: %q, GitHub: %q)", s.version, r.Version)
90
0 commit comments