Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FAB-8473] Make configtxlator truncate output file
The new configtxlator CLI mode allows specifying an output file. If the file already exists, the output is appended. This is fairly unintuitive behavior or a CLI and it should truncate the file instead. This CR simply adds the truncate flag to the file opens in the flag options. Change-Id: I5ea14170da1dc93f4f5c5b9aa555080311f71e9e Signed-off-by: Jason Yellick <jyellick@us.ibm.com>
- Loading branch information