Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tomheaton authored Sep 8, 2023
1 parent 7ca6a5d commit 0ecfccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/lib/src/migrations.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ pub enum DbPushError {
UnexecutableChanges(Vec<String>),
#[error("Data loss may occur:\n {}", format_error_array(.0))]
PossibleDataLoss(Vec<String>),
#[error("An error occured pushing schema to the database: ${0}")]
#[error("An error occurred pushing schema to the database: ${0}")]
Other(#[from] CoreError),
}

Expand Down

0 comments on commit 0ecfccc

Please sign in to comment.