diff --git a/src/errors.rs b/src/errors.rs index f6f9b5a..acc6525 100644 --- a/src/errors.rs +++ b/src/errors.rs @@ -36,9 +36,7 @@ impl From> 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,