From c752a17058ce2dcc2accba96450529eb755447de Mon Sep 17 00:00:00 2001 From: Matthew Sevey Date: Wed, 3 Feb 2021 10:30:27 -0700 Subject: [PATCH] Update setup-scripts/health-checker.py --- setup-scripts/health-checker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup-scripts/health-checker.py b/setup-scripts/health-checker.py index f849cfb6..af6202a2 100755 --- a/setup-scripts/health-checker.py +++ b/setup-scripts/health-checker.py @@ -294,7 +294,7 @@ async def check_alerts(): repair_str = 'Repair Data Remaining' # Split the output by line and check for the repair remaining - for line in siac_alert_output.split("\n"): + for line in siac_renter_output.split("\n"): # Check for the type of alert if contains_string(line, repair_str): repair_remaining = line.split()[1]: