diff --git a/setup-scripts/health-checker.py b/setup-scripts/health-checker.py index 542aca4f..507a76fa 100755 --- a/setup-scripts/health-checker.py +++ b/setup-scripts/health-checker.py @@ -297,7 +297,7 @@ async def check_alerts(): 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] + repair_remaining = line.split(":")[1].strip() ################################################################################ # create a message