mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 03:30:45 +00:00
13 lines
499 B
Diff
13 lines
499 B
Diff
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
|