Fix typo in exit_status (#934)

fix: typo in exit_status
This commit is contained in:
Alexandre Veyrenc
2024-10-08 02:52:36 +02:00
committed by GitHub
parent 0854f9c559
commit 9767e4169c
2 changed files with 7 additions and 7 deletions

View File

@@ -27,7 +27,7 @@ impl Display for TopgradeError {
f,
"{}",
t!(
"`{process}` failed: {exit_satus}",
"`{process}` failed: {exit_status}",
process = process,
exit_status = exit_status
)
@@ -38,7 +38,7 @@ impl Display for TopgradeError {
f,
"{}",
t!(
"`{process}` failed: {exit_satus} with {output}",
"`{process}` failed: {exit_status} with {output}",
process = process,
exit_status = exit_status,
output = output