From 1368013a4e9ab87cc0b52fb4075e93e09ccb4766 Mon Sep 17 00:00:00 2001 From: Dmitri Bogomolov <4glitch@gmail.com> Date: Wed, 15 Dec 2021 20:53:57 +0200 Subject: [PATCH] Remove rebasing artifact in depends --- src/depends.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/depends.py b/src/depends.py index 2519b5bd..4cbd2ef7 100755 --- a/src/depends.py +++ b/src/depends.py @@ -168,7 +168,7 @@ def detectOSRelease(): pass if detectOS.result == "Ubuntu" and ver < 14: detectOS.result = "Ubuntu 12" - elif detectOS.result == "Ubuntu" and version >= 20: + elif detectOS.result == "Ubuntu" and ver >= 20: detectOS.result = "Ubuntu 20"