Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

containerenv: small error message fix #202

Merged
merged 1 commit into from
Nov 11, 2023

Commits on Nov 11, 2023

  1. containerenv: small error message fix

    This tweaks the error message when `.containerenv` cannot be found so
    that a fully-qualified path is included in the error.
    
    Previously, the error message would just show `run/.containerenv` as
    the path to the file, which is not entirely clear.
    
    I tried to change the `const PATH` to be an absolute path, but doing
    so breaks the ability for `open_optional()` to open the file
    successfully; returns an error `a path led outside of the filesystem`.
    
    Signed-off-by: Micah Abbott <miabbott@redhat.com>
    miabbott committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    641bb5a View commit details
    Browse the repository at this point in the history