summaryrefslogtreecommitdiff
path: root/bin/ii-connect
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ii-connect')
-rwxr-xr-xbin/ii-connect2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ii-connect b/bin/ii-connect
index e2b200c..42839bf 100755
--- a/bin/ii-connect
+++ b/bin/ii-connect
@@ -61,7 +61,7 @@ if [ "$1" = 'watch' ]; then
while read -r line; do
reason=$(
echo "${line}" | \
- xargs why-dont-you
+ xargs why-dont-you 2>&1
)
if [ "$(echo "${reason}" | wc -l)" -le 5 ]; then
echo "${reason}"