diff --git a/check_raspi_voltage b/check_raspi_voltage index 67143db..617c7d7 100755 --- a/check_raspi_voltage +++ b/check_raspi_voltage @@ -37,4 +37,4 @@ if __name__ == "__main__": else: status = n.OK # - n.exit(status, f"Overtemperature state ({throttled})") + n.exit(status, f"Undervoltage state ({throttled})")