From 30151254c26d0bf0e6771871ca599bfa5e4c78b1 Mon Sep 17 00:00:00 2001 From: Mathias Kaufmann Date: Tue, 6 Mar 2018 22:52:43 +0100 Subject: [PATCH] Fix typo Signed-off-by: Mathias Kaufmann --- examples/proxy-protocol/haproxy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/proxy-protocol/haproxy.sh b/examples/proxy-protocol/haproxy.sh index c279f0e..9428968 100755 --- a/examples/proxy-protocol/haproxy.sh +++ b/examples/proxy-protocol/haproxy.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash [[ -f examples/proxy-protocol/haproxy.pid ]] && rm examples/proxy-protocol/haproxy.pid -fail() { echjo "$*"; exit 1; } +fail() { echo "$*"; exit 1; } set -x which haproxy || fail haproxy is missing