Skip to content

Commit

Permalink
kbs_protocol: fix typo with UnAuthorized error
Browse files Browse the repository at this point in the history
Signed-off-by: Mikko Ylinen <[email protected]>
  • Loading branch information
mythi committed Aug 1, 2024
1 parent d2fc61a commit ebeea04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion attestation-agent/kbs_protocol/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ pub enum Error {
#[error("KBS resource not found: {0}")]
ResourceNotFound(String),

#[error("request unautorized")]
#[error("request unauthorized")]
UnAuthorized,
}

0 comments on commit ebeea04

Please sign in to comment.