diff --git a/src/main.rs b/src/main.rs index 85f03c4..dac0358 100644 --- a/src/main.rs +++ b/src/main.rs @@ -49,10 +49,10 @@ fn upcheck() { ); } } else { - eprintln!("Process exited with: {}", available_updates.status); + eprintln!("Process exited with: {}", &available_updates.status); eprintln!( "\nMore information about the error:\n\n {:#?}", - available_updates + &available_updates ); } } else {