Skip to content

Commit

Permalink
Merge pull request #4156 from Aethelflaed/fix-cli-error-type
Browse files Browse the repository at this point in the history
Fix typo in diesel_cli Error
  • Loading branch information
Ten0 authored and weiznich committed Aug 23, 2024
1 parent ca2a484 commit 7171ba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion diesel_cli/src/errors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ pub enum Error {
FmtError(#[from] std::fmt::Error),
#[error("Failed to parse patch file: {0}")]
DiffyParseError(#[from] diffy::ParsePatchError),
#[error("Failed to apply path: {0}")]
#[error("Failed to apply patch: {0}")]
DiffyApplyError(#[from] diffy::ApplyError),
#[error("Column length literal can't be parsed as u64: {0}")]
ColumnLiteralParseError(syn::Error),
Expand Down

0 comments on commit 7171ba1

Please sign in to comment.