Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Clark <ben@benjyc.uk>
  • Loading branch information
BClark09 committed Mar 21, 2018
1 parent c64fe28 commit a08af6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distributions/openhab/src/main/resources/bin/update
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a08af6c

Please sign in to comment.