Skip to content

Commit

Permalink
fix: Make error message match the js-ceramic version (#574)
Browse files Browse the repository at this point in the history
  • Loading branch information
stbrody authored Nov 5, 2024
1 parent bdb46b3 commit 7e28eae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validation/src/verifier/cacao_verifier.rs
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ impl Verifier for Capability {
{
Ok(())
} else {
bail!("capability does not have appropriate permissions to update this stream");
bail!("Capability does not have appropriate permissions to update this stream");
}
}
}
Expand Down

0 comments on commit 7e28eae

Please sign in to comment.