From 728550972fde16c566c9a4b559719746cbb6868d Mon Sep 17 00:00:00 2001 From: Robert Schulze Date: Mon, 4 Nov 2024 21:34:17 +0000 Subject: [PATCH] Fix typo --- clickhouse-cloud/combinations.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clickhouse-cloud/combinations.sh b/clickhouse-cloud/combinations.sh index 5315c45c..85502e2b 100755 --- a/clickhouse-cloud/combinations.sh +++ b/clickhouse-cloud/combinations.sh @@ -11,7 +11,7 @@ PARALLEL_REPLICA=false TIER=development MEMORY=0 -export PROVIDER TIER REGION MEMORY PARRALEL_REPLICA +export PROVIDER TIER REGION MEMORY PARALLEL_REPLICA ./cloud-api.sh & TIER=production