Skip to content

Commit 576f9e3

Browse files
committed
Fixup
1 parent 77e5037 commit 576f9e3

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/main.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,9 @@ async fn main() -> Result<()> {
114114
];
115115

116116
if record_hostinfo {
117-
println!("Collecting information about the current host as part of locally-generated preinstall report.");
117+
println!(
118+
"Collecting information about the current host as part of locally-generated preinstall report."
119+
);
118120
println!("The information collected will remain on this host.");
119121
groups.push(Box::new(SystemRecorder::new(host_executor.clone())));
120122
}

0 commit comments

Comments
 (0)