Oz Tiram 6 years ago
parent
commit
1011d927c0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pwman/ui/cli.py

+ 1 - 1
pwman/ui/cli.py

@@ -92,7 +92,7 @@ def get_ui_platform(platform):  # pragma: no cover
 def check_version(version, client_info):
 def check_version(version, client_info):
     _, latest = is_latest_version(version, client_info)
     _, latest = is_latest_version(version, client_info)
     if not latest:
     if not latest:
-        print("A newer version of Pwman3 was release, you should consider updating")  # noqa
+        print("A newer version of Pwman3 was released, you should consider updating")  # noqa
     return latest
     return latest