]> git.ipfire.org Git - pakfire.git/commitdiff
client: Fix connection check
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 23 Oct 2022 17:39:44 +0000 (17:39 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 23 Oct 2022 17:39:44 +0000 (17:39 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/scripts/pakfire-client.in

index 698d238b90b8f24754fa457ceddad34ec5bc567f..6242d808e74f189d5e6f841907f323b9e347fae0 100644 (file)
@@ -135,7 +135,7 @@ class Cli(object):
                        tmp.cleanup()
 
        async def _check_connection(self, hub, ns):
-               response = await hub.check_connection()
+               response = await hub.test()
 
                # Print the response from the service
                try: