Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CRDB-44988] bugfix: fix cockroach start arguments
The cockroach start command was not accepting any arguments after --http-port due to whitespace getting introduced in the template. This PR chomps the whitespace to fix this bug.
- Loading branch information