Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: correct use of
eyre::bail!()
on non-Unix platforms
In `Cli::file_path()`, `color_eyre::eyre::bail!()` is used to return an error on non-Unix platforms if the `podlet --unit-directory` option is used. The `eyre` import was removed, so this resulted in a compiler error before. Signed-off-by: Paul Nettleton <[email protected]>
- Loading branch information