summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/ii-connect2
1 files changed, 1 insertions, 1 deletions
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