summary refs log tree commit diff
path: root/pkgs/tools/virtualization/linode-cli/remove-update-check.patch
blob: f26b30edf72d049607202561e97b45ec07d5efc1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/linodecli/api_request.py b/linodecli/api_request.py
index 4273aa6..3ada5c2 100644
--- a/linodecli/api_request.py
+++ b/linodecli/api_request.py
@@ -305,7 +305,7 @@ def _attempt_warn_old_version(ctx, result):
                 file=sys.stderr,
             )

-    if api_version_higher:
+    if False:
         # check to see if there is, in fact, a version to upgrade to.  If not, don't
         # suggest an upgrade (since there's no package anyway)
         new_version_exists = False