Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(compose): avoid misleading warning when
--output
is not specifi…
…ed (#2100) In Rover v2.6.1 (#2045) we added some logic to disable the `--output` flag and print a warning when the federation version is less than 2.9. Due to a precedence error, the warning also prints when the federation version is a 2.x version less than 2.9 and the `--output` flag is *not* provided. The only negative effect is a confusing error being printed, as `output_file = None` is a no-op in this case.
- Loading branch information