summary refs log tree commit diff
path: root/pkgs/tools/virtualization/linode-cli/remove-update-check.patch
blob: 316d2855b1f4532c5308449b8c17633bf0783c4f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- a/linodecli/cli.py
+++ b/linodecli/cli.py
@@ -555,7 +555,7 @@
         if self.debug_request:
             self.print_response_debug_info(result)
 
-        if not self.suppress_warnings:
+        if False:
             # check the major/minor version API reported against what we were built
             # with to see if an upgrade should be available
             api_version_higher = False