Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix empty file when using compose config in case of smaller source files
"docker compose config --output out.yml" resulted an empty file when the generated output was smaller than 4097 bytes. bufio.Writer doesn't seem necessary since only one write operation will happen. This way there is no need for a new bufio.Writer that could be flushed. Issue #10121 Signed-off-by: Ákos Takács <takacs.akos@it-sziget.hu>
- Loading branch information