File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 ( ) ?;
Original file line number Diff line number Diff 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" ) => {
You can’t perform that action at this time.
0 commit comments