michaeljmarshall opened a new pull request, #20513:
URL: https://github.com/apache/pulsar/pull/20513
### Motivation
#20482 broke the function download command with this error:
```
Expected a command, got false
Usage: pulsar-admin [options] [command] [command options]
Options:
--admin-url
Admin Service URL to which to connect.
Default: http://localhost:8080/
```
The problem is that the TLS args for hostname verification and for insecure
TLS are zero arity, and therefore, we should not add the `false` or the `true`
arguments.
### Modifications
* Correct the changes made to the TLS args passed to the `pulsar-admin` CLI
tool
### Documentation
- [x] `doc-not-needed`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]