Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at litex 397 B view raw
1--- a/linodecli/cli.py 2+++ b/linodecli/cli.py 3@@ -555,7 +555,7 @@ 4 if self.debug_request: 5 self.print_response_debug_info(result) 6 7- if not self.suppress_warnings: 8+ if False: 9 # check the major/minor version API reported against what we were built 10 # with to see if an upgrade should be available 11 api_version_higher = False