Skip to content

Commit ff751dd

Browse files
Rename a function
1 parent 99cafa5 commit ff751dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/commands.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -733,7 +733,7 @@ pub fn disable_tls_peer_verification_for_all_federation_upstreams(
733733
Ok(())
734734
}
735735

736-
pub fn disable_tls_peer_verification_for_all_shovels(
736+
pub fn disable_tls_peer_verification_for_all_source_uris(
737737
client: APIClient,
738738
) -> Result<(), CommandRunError> {
739739
let all_params = client.list_runtime_parameters()?;

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1072,7 +1072,7 @@ fn dispatch_common_subcommand(
10721072
res_handler.tabular_result(result)
10731073
}
10741074
("shovels", "disable_tls_peer_verification_for_all_source_uris") => {
1075-
let result = commands::disable_tls_peer_verification_for_all_shovels(client);
1075+
let result = commands::disable_tls_peer_verification_for_all_source_uris(client);
10761076
res_handler.no_output_on_success(result);
10771077
}
10781078
("shovels", "disable_tls_peer_verification_for_all_destination_uris") => {

0 commit comments

Comments
 (0)