Skip to content

Commit 2dfa7b1

Browse files
committed
Use cli_cluster_status in Khepri call
1 parent c457925 commit 2dfa7b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/rabbit/src/rabbit_db_cluster.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ cli_cluster_status_using_mnesia() ->
259259
rabbit_mnesia:status().
260260

261261
cli_cluster_status_using_khepri() ->
262-
rabbit_khepri:status().
262+
rabbit_khepri:cli_cluster_status().
263263

264264
rename(Node, NodeMapList) ->
265265
rabbit_db:run(

0 commit comments

Comments
 (0)