mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 07:01:59 +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
|
||||
set -o pipefail
|
||||
|
||||
# shellcheck disable=SC2120
|
||||
function execute()
|
||||
{
|
||||
${CLICKHOUSE_CLIENT} -n "$@"
|
||||
|
Loading…
Reference in New Issue
Block a user