From e51445d8579dec7f134f240dae4dcba92e614c12 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Fri, 7 Sep 2018 12:24:23 -0700 Subject: [PATCH] :upside_down_face: --- ci/snap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/snap.sh b/ci/snap.sh index 041ce6a968..e6a94394d0 100755 --- a/ci/snap.sh +++ b/ci/snap.sh @@ -44,7 +44,7 @@ set -x echo --- checking for multilog if [[ ! -x /usr/bin/multilog ]]; then - if [[ -n $CI ]]; then + if [[ -z $CI ]]; then echo "multilog not found, install with: sudo apt-get install -y daemontools" exit 1 fi