diff --git a/scripts/consul b/scripts/consul index a40d5b1..b64bd49 100755 --- a/scripts/consul +++ b/scripts/consul @@ -22,7 +22,7 @@ check() { if [[ -x "${CONSUL_PATH}/consul" ]]; then echo "Found Consul in $CONSUL_PATH" else - echo "FATAL: Cannot execute Consul" + echo "FATAL: Cannot execute Consul in $CONSUL_PATH" return 3 fi else