mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 16:12:01 +00:00
Fix unrelated shellcheck warning
This commit is contained in:
parent
06b56b6dc7
commit
22d1ed472d
@ -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 "$@"
|
||||||
|
Loading…
Reference in New Issue
Block a user