Skip to content

Commit 591827d

Browse files
committed
typo
1 parent e6b55ec commit 591827d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

env_var

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
SIMPLY_BLOCK_COMMAND_NAME=sbcli-mig
2-
SIMPLY_BLOCK_VERSION=1.0.274
2+
SIMPLY_BLOCK_VERSION=1.0.275
33

44

55

simplyblock_core/cluster_ops.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ def add_cluster(blk_size, page_size_in_blocks, cap_warn, cap_crit, prov_cap_warn
314314
cluster.db_connection = default_cluster.db_connection
315315
cluster.grafana_endpoint = default_cluster.grafana_endpoint
316316

317-
_create_update_user(cluster.uuid,grafana_url,default_cluster.secret,cluster.secret,False)
317+
_create_update_user(cluster.uuid,cluster.grafana_endpoint,default_cluster.secret,cluster.secret,False)
318318

319319

320320
if distr_ndcs == 0 and distr_npcs == 0:

0 commit comments

Comments
 (0)