This commit is contained in:
Alexander Kuzmenkov 2021-03-17 19:52:50 +03:00 committed by GitHub
parent a78b234a6d
commit 5dcddbd468
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,7 +38,6 @@ function download
ln -s ./clickhouse ./clickhouse-server
ln -s ./clickhouse ./clickhouse-client
# clickhouse-server is in the current dir
export PATH="$PWD:$PATH"
}