Improve summary error message
This commit is contained in:
parent
fcfe3713aa
commit
e5ffc36f0c
@ -36,9 +36,7 @@ impl From<Result<()>> for Status {
|
||||
pub enum Error {
|
||||
// #[error("TODO")]
|
||||
// Config,
|
||||
#[error(
|
||||
"Could not achieve the \"{step}\" step. Command `{cmd}` resulted in an exited with: {source}"
|
||||
)]
|
||||
#[error("Could not achieve the \"{step}\" step. Command `{cmd}` exited with: {source}")]
|
||||
Execution {
|
||||
source: io::Error,
|
||||
step: UpdateSteps,
|
||||
|
Loading…
Reference in New Issue
Block a user