From a08af6c8a9a8066ebb6170f388ec780b70db73cd Mon Sep 17 00:00:00 2001 From: Ben Clark Date: Wed, 21 Mar 2018 16:48:14 +0000 Subject: [PATCH] Fix typo Signed-off-by: Ben Clark --- distributions/openhab/src/main/resources/bin/update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distributions/openhab/src/main/resources/bin/update b/distributions/openhab/src/main/resources/bin/update index e50bcd4aa9..4cedbc074f 100755 --- a/distributions/openhab/src/main/resources/bin/update +++ b/distributions/openhab/src/main/resources/bin/update @@ -163,7 +163,7 @@ setup "$SpecifiedVersion" "$SpecifiedDir" download "$SkipModifier" echo "The script will attempt to update openHAB to version $OHVersion" -echo "Please read the \033[32mnotes\033[m and \033[31mwarnings\033[m after the update.sud" +printf "Please read the \033[32mnotes\033[m and \033[31mwarnings\033[m after the update.\n" printf "Is this okay? [y/N]: " read -r answer case $answer in