diff --git a/src/error.rs b/src/error.rs index c71cbb9..3411bd0 100644 --- a/src/error.rs +++ b/src/error.rs @@ -399,7 +399,7 @@ impl<'src> ColorDisplay for Error<'src> { } TmpdirIo { recipe, io_error } => { write!(f, "Recipe `{recipe}` could not be run because of an IO error while trying to create a temporary \ - directory or write a file to that directory`:{io_error}")?; + directory or write a file to that directory: {io_error}")?; } Unknown { recipe, line_number} => { if let Some(n) = line_number {