diff --git a/ocipkg/src/distribution/auth.rs b/ocipkg/src/distribution/auth.rs index ce75cf5..511c58f 100644 --- a/ocipkg/src/distribution/auth.rs +++ b/ocipkg/src/distribution/auth.rs @@ -162,6 +162,7 @@ fn podman_auth_path() -> Option { /// /// let auth = AuthChallenge::from_header( /// r#"Bearer realm="https://ghcr.io/token",service="ghcr.io",scope="repository:termoshtt/ocipkg/rust-lib:pull""#, +/// "GET" /// ).unwrap(); /// /// assert_eq!(auth, AuthChallenge {