From 9d5c5a906111c2486ddb8ac46be31b8710b6ba3b Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Sat, 7 Apr 2018 22:13:31 +0200 Subject: bin/ii-connect: fix typo --- bin/ii-connect | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/ii-connect') diff --git a/bin/ii-connect b/bin/ii-connect index 0ecb987..030dd87 100755 --- a/bin/ii-connect +++ b/bin/ii-connect @@ -95,7 +95,7 @@ if [ "$1" = 'watch' ]; then ' "${out_file}" | \ while read -r line; do reason=$("${base_dir}/bin/wtf" "${line}"); - if [ -z "${reason}" ] then + if [ -z "${reason}" ]; then reason="Huh, I don't know that one." fi if [ "$(echo "${reason}" | wc -l)" -le 5 ]; then -- cgit v1.2.3