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

[v4.4] Fix usage of absolute windows paths with --image-path #17289

Merged
merged 1 commit into from
Jan 31, 2023

Commits on Jan 30, 2023

  1. Fix usage of absolute windows paths with --image-path

    Only assume that http(s) scheme URLs (only ones supported by http.Client anyway) are URLs.
    Treat everything else as a file path. (Windows paths can look like a URL scheme)
    
    Signed-off-by: Jason T. Greene <jason.greene@redhat.com>
    n1hility committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    c3566cd View commit details
    Browse the repository at this point in the history