From c6414d48bfe6a415adc3a21bbb3a28a274f2eeb1 Mon Sep 17 00:00:00 2001 From: Fabian Fischer Date: Mon, 20 Aug 2018 16:47:56 +0200 Subject: [PATCH] Fixed typo (#382) This is a one-byte pull request ;-) --- git_pull/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git_pull/run.sh b/git_pull/run.sh index 08b37de..ab2ad43 100644 --- a/git_pull/run.sh +++ b/git_pull/run.sh @@ -161,7 +161,7 @@ function validate-config { echo "[Info] Restart Home-Assistant" hassio homeassistant restart 2&> /dev/null else - echo "[Info] Local configuraiton has changed. Restart requried." + echo "[Info] Local configuration has changed. Restart requried." fi else echo "[Error] Configuration updated but it does not pass the config check. Do not restart until this is fixed!"