From f7a341b2ec7f7b631756b8feb07b1e882e9b248e Mon Sep 17 00:00:00 2001 From: Marc Mance Date: Thu, 30 May 2024 16:28:38 -0400 Subject: [PATCH] typo --- topstat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topstat.py b/topstat.py index d5c64f3..1ed5e68 100644 --- a/topstat.py +++ b/topstat.py @@ -105,7 +105,7 @@ def runtopstat(): def main(): - runIostat() + runtopstat() if __name__ == "__main__":