WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit bff442f

Browse files
Merge pull request #15095 from rabbitmq/mergify/bp/v4.2.x/pr-15091
Remove duplicated key 'name' from @info_keys (backport #15091)
2 parents 388a9bc + abdcf4a commit bff442f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/rabbitmq_cli/lib/rabbitmq/cli/diagnostics/commands/schema_info_command.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ defmodule RabbitMQ.CLI.Diagnostics.Commands.SchemaInfoCommand do
1616
@info_keys ~w(name snmp load_order active_replicas all_nodes attributes checkpoints disc_copies
1717
disc_only_copies external_copies frag_properties master_nodes ram_copies
1818
storage_properties subscribers user_properties cstruct local_content
19-
where_to_commit where_to_read name access_mode cookie load_by_force
19+
where_to_commit where_to_read access_mode cookie load_by_force
2020
load_node record_name size storage_type type where_to_write index arity
2121
majority memory commit_work where_to_wlock load_reason record_validation
2222
version wild_pattern index_info)a

0 commit comments

Comments
 (0)