diff --git a/kr8s/portforward.py b/kr8s/portforward.py index d7e9049..135ea4c 100644 --- a/kr8s/portforward.py +++ b/kr8s/portforward.py @@ -28,7 +28,7 @@ def __exit__(self, *args, **kwargs): return run_sync(self.__aexit__)(*args, **kwargs) def run_forever(self): - return run_sync(self.run_forever)() # type: ignore + return run_sync(self.async_run_forever)() # type: ignore def start(self): """Start a background thread with the port forward running."""