Fix unrelated shellcheck warning

This commit is contained in:
Raúl Marín 2021-06-28 18:21:03 +02:00
parent 06b56b6dc7
commit 22d1ed472d

View File

@ -7,6 +7,7 @@ CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
# just in case # just in case
set -o pipefail set -o pipefail
# shellcheck disable=SC2120
function execute() function execute()
{ {
${CLICKHOUSE_CLIENT} -n "$@" ${CLICKHOUSE_CLIENT} -n "$@"