summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--meta-fii/meta-kudo/recipes-kudo/host/files/ampere_power_util.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-fii/meta-kudo/recipes-kudo/host/files/ampere_power_util.sh b/meta-fii/meta-kudo/recipes-kudo/host/files/ampere_power_util.sh
index 511c1217e..19ccc0e8e 100644
--- a/meta-fii/meta-kudo/recipes-kudo/host/files/ampere_power_util.sh
+++ b/meta-fii/meta-kudo/recipes-kudo/host/files/ampere_power_util.sh
@@ -102,7 +102,7 @@ power_button() {
elif [[ "$current_time" -ge "(($press_time + 5))" ]]; then
power_off
else
- echo "Button press did not match interval.
+ echo "Button press did not match interval."
fi
rm "/run/openbmc/power-button"
else