meta-fii/meta-kudo: Fix syntax error ampere_power_util.sh file

The ampere_power_util.sh file has a syntax error of missing double
quotes in a echo print.

This is a follow up to the gerrit commit
https://gerrit.openbmc-project.xyz/c/openbmc/openbmc/+/48477

Signed-off-by: Mustafa Shehabi <mustafa.shehabi@fii-na.com>
Signed-off-by: avenash.thambi <avenash.thambi@fii-usa.com>
Change-Id: Iff734c390507201c2d539dc6468de09a888623c7
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 511c121..19ccc0e 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 @@
     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